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 |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
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() |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
protected String actionInstanceId
protected String actionDefinitionId
protected String scopeId
protected String scopeType
protected Date creationTime
public Object getPersistentState()
getPersistentState
in interface Entity
public String getActionInstanceId()
getActionInstanceId
in interface HistoricActionLink
public void setActionInstanceId(String actionInstanceId)
setActionInstanceId
in interface HistoricActionLinkEntity
public String getActionDefinitionId()
getActionDefinitionId
in interface HistoricActionLink
public void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId
in interface HistoricActionLinkEntity
public String getScopeId()
getScopeId
in interface HistoricActionLink
public void setScopeId(String scopeId)
setScopeId
in interface HistoricActionLinkEntity
public String getScopeType()
getScopeType
in interface HistoricActionLink
public void setScopeType(String scopeType)
setScopeType
in interface HistoricActionLinkEntity
public Date getCreationTime()
getCreationTime
in interface HistoricActionLink
public void setCreationTime(Date creationTime)
setCreationTime
in interface HistoricActionLinkEntity