Class PropertyEntityImpl
java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntity
org.activiti.engine.impl.persistence.entity.PropertyEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,PropertyEntity
- See Also:
-
Field Summary
FieldsFields inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, revision -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntity
getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
isDeleted, isInserted, isUpdated, setDeleted, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
value
-
-
Constructor Details
-
PropertyEntityImpl
public PropertyEntityImpl()
-
-
Method Details
-
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
-