Class IdmPropertyEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
org.flowable.idm.engine.impl.persistence.entity.IdmPropertyEntityImpl
- All Implemented Interfaces:
Serializable, HasRevision, Entity, IdmPropertyEntity
public class IdmPropertyEntityImpl
extends AbstractIdmEngineEntity
implements IdmPropertyEntity, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractIdmEngineEntity
getIdPrefixMethods inherited from class AbstractEntity
getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Entity
getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
value
-
-
Constructor Details
-
IdmPropertyEntityImpl
public IdmPropertyEntityImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIdmPropertyEntity
-
setName
- Specified by:
setNamein interfaceIdmPropertyEntity
-
getValue
- Specified by:
getValuein interfaceIdmPropertyEntity
-
setValue
- Specified by:
setValuein interfaceIdmPropertyEntity
-
getId
- Specified by:
getIdin interfaceEntity- Specified by:
getIdin interfaceIdmPropertyEntity- Overrides:
getIdin classAbstractEntity
-
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- Specified by:
getPersistentStatein interfaceIdmPropertyEntity
-
setId
- Specified by:
setIdin interfaceEntity- Overrides:
setIdin classAbstractEntity
-
toString
-