Class SentryPartInstanceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.cmmn.engine.impl.persistence.entity.AbstractCmmnEngineEntity
org.flowable.cmmn.engine.impl.persistence.entity.SentryPartInstanceEntityImpl
- All Implemented Interfaces:
SentryPartInstanceEntity
,HasRevision
,Entity
public class SentryPartInstanceEntityImpl
extends AbstractCmmnEngineEntity
implements SentryPartInstanceEntity
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected Date
Fields 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.void
setCaseDefinitionId
(String caseDefinitionId) void
setCaseInstanceId
(String caseInstanceId) void
setIfPartId
(String ifPartId) void
setOnPartId
(String onPartId) void
setPlanItemInstanceId
(String planItemInstanceId) void
setTimeStamp
(Date timeStamp) Methods inherited from class org.flowable.cmmn.engine.impl.persistence.entity.AbstractCmmnEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, 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.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
caseDefinitionId
-
caseInstanceId
-
planItemInstanceId
-
onPartId
-
ifPartId
-
timeStamp
-
-
Constructor Details
-
SentryPartInstanceEntityImpl
public SentryPartInstanceEntityImpl()
-
-
Method Details
-
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
-
getCaseDefinitionId
- Specified by:
getCaseDefinitionId
in interfaceSentryPartInstanceEntity
-
setCaseDefinitionId
- Specified by:
setCaseDefinitionId
in interfaceSentryPartInstanceEntity
-
getCaseInstanceId
- Specified by:
getCaseInstanceId
in interfaceSentryPartInstanceEntity
-
setCaseInstanceId
- Specified by:
setCaseInstanceId
in interfaceSentryPartInstanceEntity
-
getPlanItemInstanceId
- Specified by:
getPlanItemInstanceId
in interfaceSentryPartInstanceEntity
-
setPlanItemInstanceId
- Specified by:
setPlanItemInstanceId
in interfaceSentryPartInstanceEntity
-
getOnPartId
- Specified by:
getOnPartId
in interfaceSentryPartInstanceEntity
-
setOnPartId
- Specified by:
setOnPartId
in interfaceSentryPartInstanceEntity
-
getIfPartId
- Specified by:
getIfPartId
in interfaceSentryPartInstanceEntity
-
setIfPartId
- Specified by:
setIfPartId
in interfaceSentryPartInstanceEntity
-
getTimeStamp
- Specified by:
getTimeStamp
in interfaceSentryPartInstanceEntity
-
setTimeStamp
- Specified by:
setTimeStamp
in interfaceSentryPartInstanceEntity
-