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 String
static final String
static final String
static final String
static final String
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setExecutionDate
(Date executionDate) void
setExecutionUserName
(String executionUserName) void
setExecutionVersion
(String executionVersion) void
!!!void
setUpdateDescription
(String updateDescription) void
setUpdateUUID
(String updateId) Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
setId
Description copied from class:AbstractEntity
!!!WARNING: Currently values biggerInteger.MAX_VALUE
or lower thenInteger.MIN_VALUE
will be altered to null!!!- Specified by:
setId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
- Overrides:
setId
in classAbstractEntity
- Parameters:
id
-Long
the database-id to set
-
getUpdateUUID
-
setUpdateUUID
-
getUpdateDescription
-
setUpdateDescription
-
getExecutionDate
-
setExecutionDate
-
getExecutionVersion
-
setExecutionVersion
-
getExecutionUserName
-
setExecutionUserName
-