public class ActionLinkEntityImpl extends AbstractActionEngineEntity implements ActionLinkEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
protected String |
actionInstanceId |
protected Date |
creationTime |
protected String |
scopeId |
protected String |
scopeType |
| Constructor and Description |
|---|
ActionLinkEntityImpl() |
| 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 ActionLinkpublic void setActionInstanceId(String actionInstanceId)
setActionInstanceId in interface ActionLinkEntitypublic String getActionDefinitionId()
getActionDefinitionId in interface ActionLinkpublic void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId in interface ActionLinkEntitypublic String getScopeId()
getScopeId in interface ActionLinkpublic void setScopeId(String scopeId)
setScopeId in interface ActionLinkEntitypublic String getScopeType()
getScopeType in interface ActionLinkpublic void setScopeType(String scopeType)
setScopeType in interface ActionLinkEntitypublic Date getCreationTime()
getCreationTime in interface ActionLinkpublic void setCreationTime(Date creationTime)
setCreationTime in interface ActionLinkEntityCopyright © 2019. All rights reserved.