Interface IIdentifiedEntity<ID extends Serializable>
-
- Type Parameters:
ID- The type of the entity id
- All Superinterfaces:
IVersionable
- All Known Implementing Classes:
AbstractIdentifiedAuditEntity,AbstractIdentifiedAuditEntity
public interface IIdentifiedEntity<ID extends Serializable> extends IVersionable
Interface for the identified audit entities. Contains setters, getters for id, version, and for the basic audit fields.- Since:
- 1.8.1
- Author:
- arnold.bucher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDgetId()Returns the id of the entityvoidsetId(ID id)Sets the id of the entity-
Methods inherited from interface hu.icellmobilsoft.coffee.model.base.IVersionable
getVersion, setVersion
-
-