Class AbstractHistoryEntity
- java.lang.Object
-
- hu.icellmobilsoft.coffee.model.base.AbstractEntity
-
- hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity<String>
-
- hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity
-
- All Implemented Interfaces:
IAuditEntity<Date,String>,IVersionable,Serializable
@MappedSuperclass public abstract class AbstractHistoryEntity extends AbstractAuditEntity<String>
Abstract entity class for history tables- Since:
- 1.0.0
- Author:
- czenczl, imre.scheffer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractHistoryEntity()Default constructor, constructs a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryPkgetHistoryPk()Getter for the fieldhistoryPk.StategetState()Getter for the fieldstate.voidsetHistoryPk(HistoryPk historyPk)Setter for the fieldhistoryPk.voidsetState(State state)Setter for the fieldstate.-
Methods inherited from class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
getCreationDate, getCreatorUser, getModificationDate, getModifierUser, setCreationDate, setCreatorUser, setModificationDate, setModifierUser
-
Methods inherited from class hu.icellmobilsoft.coffee.model.base.AbstractEntity
getVersion, rollbackVersion, setVersion, toString, updateVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface hu.icellmobilsoft.coffee.model.base.IVersionable
getVersion, setVersion
-
-
-
-
Method Detail
-
getHistoryPk
public HistoryPk getHistoryPk()
Getter for the fieldhistoryPk.- Returns:
- historyPk
-
setHistoryPk
public void setHistoryPk(HistoryPk historyPk)
Setter for the fieldhistoryPk.- Parameters:
historyPk- historyPk
-
getState
public State getState()
Getter for the fieldstate.- Returns:
- state
-
setState
public void setState(State state)
Setter for the fieldstate.- Parameters:
state- state
-
-