public class HistoricActionLinkEntityImpl extends AbstractActionEngineEntity implements HistoricActionLinkEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
protected String |
actionInstanceId |
protected Date |
creationTime |
protected String |
scopeId |
protected String |
scopeType |
| Constructor and Description |
|---|
HistoricActionLinkEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionDefinitionId() |
String |
getActionInstanceId() |
Date |
getCreationTime() |
Object |
getPersistentState() |
String |
getScopeId() |
String |
getScopeType() |
void |
setActionDefinitionId(String actionDefinitionId) |
void |
setActionInstanceId(String actionInstanceId) |
void |
setCreationTime(Date creationTime) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdprotected String actionInstanceId
protected String actionDefinitionId
protected String scopeId
protected String scopeType
protected Date creationTime
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getActionInstanceId()
getActionInstanceId in interface HistoricActionLinkpublic void setActionInstanceId(String actionInstanceId)
setActionInstanceId in interface HistoricActionLinkEntitypublic String getActionDefinitionId()
getActionDefinitionId in interface HistoricActionLinkpublic void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId in interface HistoricActionLinkEntitypublic String getScopeId()
getScopeId in interface HistoricActionLinkpublic void setScopeId(String scopeId)
setScopeId in interface HistoricActionLinkEntitypublic String getScopeType()
getScopeType in interface HistoricActionLinkpublic void setScopeType(String scopeType)
setScopeType in interface HistoricActionLinkEntitypublic Date getCreationTime()
getCreationTime in interface HistoricActionLinkpublic void setCreationTime(Date creationTime)
setCreationTime in interface HistoricActionLinkEntityCopyright © 2019. All rights reserved.