Class SystemProperty
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.SystemProperty
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, ILockingVersionProviding, IServerPropertyEntity, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
Entity for system-wide properties
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IServerPropertyEntity
ATTR_KEY, ATTR_VALUEFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
COL_KEY
- See Also:
-
COL_VALUE
- See Also:
-
-
Constructor Details
-
SystemProperty
public SystemProperty()
-
-
Method Details
-
getId
-
getKey
Description copied from interface:IServerPropertyEntityReturns the key of the property.- Specified by:
getKeyin interfaceIServerPropertyEntity- Returns:
- the key
-
setKey
Description copied from interface:IServerPropertyEntitySets the key of the property.- Specified by:
setKeyin interfaceIServerPropertyEntity- Parameters:
key- the key to set
-
getValue
Description copied from interface:IServerPropertyEntityReturns the value of the property.- Specified by:
getValuein interfaceIServerPropertyEntity- Returns:
- the value
-
setValue
Description copied from interface:IServerPropertyEntitySets the value of the property.- Specified by:
setValuein interfaceIServerPropertyEntity- Parameters:
value- the value to set
-