Interface ApiEntity
- All Superinterfaces:
GenericApiIdentifiable<Long>,GenericIdentifiable<Long>,JpaApiIdentifiable,JpaIdentifiable,Serializable
- All Known Implementing Classes:
AbstractApiBaseEntity
-
Method Summary
Methods inherited from interface org.autumnframework.service.identifiable.GenericIdentifiable
getId, setId
-
Method Details
-
getApiId
UUID getApiId() -
setApiId
-
getLastModifiedDate
LocalDateTime getLastModifiedDate()- Specified by:
getLastModifiedDatein interfaceGenericApiIdentifiable<Long>
-
getCreationDate
LocalDateTime getCreationDate()- Specified by:
getCreationDatein interfaceGenericApiIdentifiable<Long>
-
setLastModifiedDate
-
setCreationDate
-