Class AbstractIdentifiedAuditEntity
- java.lang.Object
-
- hu.icellmobilsoft.coffee.model.base.AbstractEntity
-
- hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity<String>
-
- hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedAuditEntity
-
- All Implemented Interfaces:
IAuditEntity<Date,String>,IIdentifiedEntity<String>,IVersionable,Serializable
@MappedSuperclass public abstract class AbstractIdentifiedAuditEntity extends AbstractAuditEntity<String> implements IIdentifiedEntity<String>
Abstract AbstractIdentifiedAuditEntity class.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractIdentifiedAuditEntity()Default constructor, constructs a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Getter for the fieldid.voidsetId(String id)Setter for the fieldid.-
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
-
getId
public String getId()
Getter for the fieldid.- Specified by:
getIdin interfaceIIdentifiedEntity<String>- Returns:
- id
-
setId
public void setId(String id)
Setter for the fieldid.- Specified by:
setIdin interfaceIIdentifiedEntity<String>- Parameters:
id- id
-
-