Class ProcessDefinitionInfoEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineEntity
org.flowable.engine.impl.persistence.entity.ProcessDefinitionInfoEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,ProcessDefinitionInfoEntity
public class ProcessDefinitionInfoEntityImpl
extends AbstractBpmnEngineEntity
implements ProcessDefinitionInfoEntity, Serializable
- Author:
- Tijs Rademakers
- 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
Modifier and TypeMethodDescriptionReturns a representation of the object, as would be stored in the database.voidsetInfoJsonId(String infoJsonId) voidsetProcessDefinitionId(String processDefinitionId) Methods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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, setRevisionMethods inherited from interface org.flowable.engine.impl.persistence.entity.ProcessDefinitionInfoEntity
getId, setId
-
Field Details
-
processDefinitionId
-
infoJsonId
-
-
Constructor Details
-
ProcessDefinitionInfoEntityImpl
public ProcessDefinitionInfoEntityImpl()
-
-
Method Details
-
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
- Specified by:
getProcessDefinitionIdin interfaceProcessDefinitionInfoEntity
-
setProcessDefinitionId
- Specified by:
setProcessDefinitionIdin interfaceProcessDefinitionInfoEntity
-
getInfoJsonId
- Specified by:
getInfoJsonIdin interfaceProcessDefinitionInfoEntity
-
setInfoJsonId
- Specified by:
setInfoJsonIdin interfaceProcessDefinitionInfoEntity
-