Interface PropertyEntity
- All Superinterfaces:
Entity, HasRevision
- All Known Implementing Classes:
PropertyEntityImpl
-
Method Summary
Methods inherited from interface Entity
isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
getName
String getName() -
setName
-
getValue
String getValue() -
setValue
-
getId
-
getPersistentState
Object getPersistentState()Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-