public class ProviderSettingSet
extends NamedSetting
implements java.io.Serializable
Service provider configuration set.
The collection which contains ProviderSetting object.
Modifier and Type | Field and Description |
---|---|
java.util.List<ProviderSetting> |
settings
The name of service provider configuration set.
|
Constructor and Description |
---|
ProviderSettingSet() |
ProviderSettingSet(ProviderSettingSet providerSettingSet) |
Modifier and Type | Method and Description |
---|---|
ProviderSettingSet |
copy()
Copies replica.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public java.util.List<ProviderSetting> settings
The name of service provider configuration set.
Service provider configuration list.
public ProviderSettingSet()
public ProviderSettingSet(ProviderSettingSet providerSettingSet)
public final ProviderSettingSet copy()
Copies replica. It means to generate one new same ProviderSetting object with the current one.
public final boolean equals(java.lang.Object obj)
public final int hashCode()