com.supermap.server.config
Class ComponentSettingSet
- java.lang.Object
-
- NamedSetting
-
- com.supermap.server.config.ComponentSettingSet
-
- All Implemented Interfaces:
- java.io.Serializable
public class ComponentSettingSet extends NamedSetting implements java.io.SerializableService component configuration assemble.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringdisabledInterfaceNamesThe service interface name list whose service instants are stopped.java.lang.StringinterfaceNamesThe service interface name list whose service instants are stopped.java.util.List<ComponentSetting>settingsthe configuration information list of the service component.
-
Constructor Summary
Constructors Constructor and Description ComponentSettingSet()ComponentSettingSet(ComponentSettingSet componentSettingSet)
-
Method Summary
Methods Modifier and Type Method and Description ComponentSettingSetcopy()Copies.booleanequals(java.lang.Object obj)inthashCode()Generates the hash code value of the object instance.
-
-
-
Field Detail
-
interfaceNames
public java.lang.String interfaceNames
The service interface name list whose service instants are stopped. The interface name is separated by comma.
-
disabledInterfaceNames
public java.lang.String disabledInterfaceNames
The service interface name list whose service instants are stopped. The interface name is separated by comma.
-
settings
public java.util.List<ComponentSetting> settings
the configuration information list of the service component. The service component configuration information contained in the service component configuration collection.
-
-
Constructor Detail
-
ComponentSettingSet
public ComponentSettingSet()
-
ComponentSettingSet
public ComponentSettingSet(ComponentSettingSet componentSettingSet)
-
-
Method Detail
-
copy
public final ComponentSettingSet copy()
Copies. Generates a new ComponentSettingSet object exactly the same as the original one.
- Returns:
- Object of service component configuration assemble.
-
equals
public boolean equals(java.lang.Object obj)
-
hashCode
public final int hashCode()
Generates the hash code value of the object instance.- Returns:
- the hash code.
-
-