Class AbstractIdentifiedEntity
- java.lang.Object
-
- hu.icellmobilsoft.coffee.model.base.AbstractEntity
-
- hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedEntity
-
- All Implemented Interfaces:
IVersionable,Serializable
@MappedSuperclass public abstract class AbstractIdentifiedEntity extends AbstractEntity
Abstract AbstractIdentifiedEntity class.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractIdentifiedEntity()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.AbstractEntity
getVersion, rollbackVersion, setVersion, toString, updateVersion
-
-