Package mc.core.model.system
Class CSSystemProperty
java.lang.Object
mc.core.model.system.CSSystemProperty
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity
System properties are stored in the database as key-value pairs. A System property can be global, for all cluster
nodes and namespaces, only for a cluster node and/or only for a namespace. If a SystemProperty with the same key
exists with and without namespace or cluster node specified the more specific SystemProperty overwrites the more
global one.
CS = control station, these objects always go to the default persistence unit
CS = control station, these objects always go to the default persistence unit
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()getKey()getValue()inthashCode()voidsetClusterNode(String clusterNode) voidsetClusterNodeEntity(CSClusterNode clusterNodeEntity) voidsetId(long id) voidvoidsetNamespace(String namespace) voidsetNamespaceEntity(CSNamespace namespaceEntity) voidtoString()
-
Constructor Details
-
CSSystemProperty
public CSSystemProperty()default constructor
-
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceIBaseEntity
-
setId
public void setId(long id) - Specified by:
setIdin interfaceIBaseEntity
-
getClusterNode
-
setClusterNode
-
getKey
-
setKey
-
getValue
-
setValue
-
getNamespace
-
setNamespace
-
getClusterNodeEntity
-
setClusterNodeEntity
-
getNamespaceEntity
-
setNamespaceEntity
-
equals
-
hashCode
public int hashCode() -
toString
-