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 org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
value
-
-
Constructor Details
-
IdmPropertyEntityImpl
public IdmPropertyEntityImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceIdmPropertyEntity
-
setName
- Specified by:
setName
in interfaceIdmPropertyEntity
-
getValue
- Specified by:
getValue
in interfaceIdmPropertyEntity
-
setValue
- Specified by:
setValue
in interfaceIdmPropertyEntity
-
getId
- Specified by:
getId
in interfaceEntity
- Specified by:
getId
in interfaceIdmPropertyEntity
- Overrides:
getId
in classAbstractEntity
-
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
- Specified by:
getPersistentState
in interfaceIdmPropertyEntity
-
setId
- Specified by:
setId
in interfaceEntity
- Overrides:
setId
in classAbstractEntity
-
toString
-