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, 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
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
-
PropertyEntityImpl
public PropertyEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefixin interfaceEntity
-
getName
- Specified by:
getNamein interfacePropertyEntity
-
setName
- Specified by:
setNamein interfacePropertyEntity
-
getValue
- Specified by:
getValuein interfacePropertyEntity
-
setValue
- Specified by:
setValuein interfacePropertyEntity
-
getId
- Specified by:
getIdin interfaceEntity- Specified by:
getIdin interfacePropertyEntity- 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 interfacePropertyEntity
-
setId
- Specified by:
setIdin interfaceEntity- Overrides:
setIdin classAbstractEntity
-
toString
-