Package de.xima.fc.entities
Class SystemChange
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.SystemChange
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,ITransferable,ITransferableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class SystemChange
extends AbstractEntity
implements de.xima.cmn.dao.interfaces.IEntity<Long>
Entity for storing informations about the already performed system-updates
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetExecutionDate(Date executionDate) voidsetExecutionUserName(String executionUserName) voidsetExecutionVersion(String executionVersion) void!!!voidsetUpdateDescription(String updateDescription) voidsetUpdateUUID(String updateId) Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted
-
Field Details
-
ATTR_UPDATE_UUID
- See Also:
-
ATTR_UPDATE_DESCRIPTION
- See Also:
-
ATTR_EXECUTION_VERSION
- See Also:
-
ATTR_EXECUTION_USERNAME
- See Also:
-
ATTR_EXECUTION_DATE
- See Also:
-
-
Constructor Details
-
SystemChange
public SystemChange()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
setId
Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
setIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
setIdin classAbstractEntity- Parameters:
id-Longthe database-id to set
-
getUpdateUUID
-
setUpdateUUID
-
getUpdateDescription
-
setUpdateDescription
-
getExecutionDate
-
setExecutionDate
-
getExecutionVersion
-
setExecutionVersion
-
getExecutionUserName
-
setExecutionUserName
-