Interface PropertyEntity
- All Superinterfaces:
Entity
,HasRevision
- All Known Implementing Classes:
PropertyEntityImpl
- Author:
- Tom Baeyens
-
Method Summary
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
getName
String getName() -
setName
-
getValue
String getValue() -
setValue
-
getId
String getId() -
getPersistentState
Object getPersistentState()Description copied from interface:Entity
Returns 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:
getPersistentState
in interfaceEntity
-