Class PropertyEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- All Implemented Interfaces:
Serializable
,HasRevision
,Entity
,PropertyEntity
- Author:
- Tom Baeyens, 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.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
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
-
PropertyEntityImpl
public PropertyEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
getName
- Specified by:
getName
in interfacePropertyEntity
-
setName
- Specified by:
setName
in interfacePropertyEntity
-
getValue
- Specified by:
getValue
in interfacePropertyEntity
-
setValue
- Specified by:
setValue
in interfacePropertyEntity
-
getId
- Specified by:
getId
in interfaceEntity
- Specified by:
getId
in interfacePropertyEntity
- 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 interfacePropertyEntity
-
setId
- Specified by:
setId
in interfaceEntity
- Overrides:
setId
in classAbstractEntity
-
toString
-