Class ProcessDefinitionInfoEntityImpl
- java.lang.Object
-
- org.activiti.engine.impl.persistence.entity.AbstractEntity
-
- org.activiti.engine.impl.persistence.entity.ProcessDefinitionInfoEntityImpl
-
- All Implemented Interfaces:
Serializable,HasRevision,Entity,ProcessDefinitionInfoEntity
public class ProcessDefinitionInfoEntityImpl extends AbstractEntity implements ProcessDefinitionInfoEntity, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringinfoJsonIdprotected StringprocessDefinitionId-
Fields inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, revision
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionInfoEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInfoJsonId()ObjectgetPersistentState()Returns a representation of the object, as would be stored in the database.StringgetProcessDefinitionId()voidsetInfoJsonId(String infoJsonId)voidsetProcessDefinitionId(String processDefinitionId)-
Methods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntity
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
isDeleted, isInserted, isUpdated, setDeleted, setInserted, setUpdated
-
Methods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.ProcessDefinitionInfoEntity
getId, setId
-
-
-
-
Method Detail
-
getPersistentState
public Object 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
-
getProcessDefinitionId
public String getProcessDefinitionId()
- Specified by:
getProcessDefinitionIdin interfaceProcessDefinitionInfoEntity
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
- Specified by:
setProcessDefinitionIdin interfaceProcessDefinitionInfoEntity
-
getInfoJsonId
public String getInfoJsonId()
- Specified by:
getInfoJsonIdin interfaceProcessDefinitionInfoEntity
-
setInfoJsonId
public void setInfoJsonId(String infoJsonId)
- Specified by:
setInfoJsonIdin interfaceProcessDefinitionInfoEntity
-
-