Interface IVersionable
-
- All Known Subinterfaces:
IAuditEntity<DATE,USER>,IIdentifiedEntity<ID>
- All Known Implementing Classes:
AbstractAuditEntity,AbstractAuditEntity,AbstractEntity,AbstractHistoryEntity,AbstractHistoryEntity,AbstractIdentifiedAuditEntity,AbstractIdentifiedAuditEntity,AbstractIdentifiedEntity
public interface IVersionableInterface for version getter setter.- Since:
- 1.8.0
- Author:
- martin.nagy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetVersion()Returns the version of the entityvoidsetVersion(long version)Sets the version of the entity
-