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
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods 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:
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
-