Class FrontendServerProperty
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.FrontendServerProperty
- 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
public class FrontendServerProperty
extends AbstractLockableEntity
implements IServerPropertyEntity
Entity for properties of a frontend server.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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
Modifier and TypeMethodDescriptiongetId()@Size(max=250) StringgetKey()Returns the key of the property.getValue()Returns the value of the property.voidsetFrontendServer(FrontendServer frontendServer) voidSets the key of the property.voidSets the value of the property.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
-
ATTR_FRONTEND_SERVER
- See Also:
-
COL_KEY
- See Also:
-
COL_VALUE
- See Also:
-
COL_FRONTEND_SERVER
- See Also:
-
-
Constructor Details
-
FrontendServerProperty
public FrontendServerProperty()
-
-
Method Details
-
getId
-
getKey
Description copied from interface:IServerPropertyEntityReturns the key of the property.- Specified by:
getKeyin interfaceIServerPropertyEntity- Returns:
- the key of the property.
-
setKey
Description copied from interface:IServerPropertyEntitySets the key of the property.- Specified by:
setKeyin interfaceIServerPropertyEntity- Parameters:
key- the key of the property.
-
getValue
Description copied from interface:IServerPropertyEntityReturns the value of the property.- Specified by:
getValuein interfaceIServerPropertyEntity- Returns:
- the value of the property.
-
setValue
Description copied from interface:IServerPropertyEntitySets the value of the property.- Specified by:
setValuein interfaceIServerPropertyEntity- Parameters:
value- the value of the property.
-
getFrontendServer
-
setFrontendServer
-