public class ActionInstanceEntityImpl extends AbstractActionEngineNoRevisionEntity implements ActionInstanceEntity, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
actionDefinitionId |
protected String |
formInstanceId |
protected String |
formKey |
protected String |
formParentDeploymentId |
protected String |
name |
protected Integer |
priority |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
startDate |
protected String |
subScopeId |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState
Constructor and Description |
---|
ActionInstanceEntityImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getActionDefinitionId()
Reference to the action definition of this action instance
|
String |
getFormInstanceId()
Reference to the form instance id
|
String |
getFormKey()
Reference to the form key
|
String |
getFormParentDeploymentId()
The parent deployment id for the form key.
|
String |
getName()
Reference to the name of this action instance
|
Object |
getPersistentState() |
Integer |
getPriority()
The priority of the action instance.
|
String |
getScopeDefinitionId()
Reference to the scope instance definition for which the action instance was created
|
String |
getScopeId()
Reference to the scope instance for which the action instance was created
|
String |
getScopeType()
Type of the scope instance for which the action instance was created
|
Date |
getStartDate()
Start date for the action instance
|
String |
getSubScopeId()
Reference to a sub identifier for which the action instance was created
|
String |
getTenantId()
The tenant identifier of this form instance
|
void |
setActionDefinitionId(String actionDefinitionId) |
void |
setFormInstanceId(String formInstanceId) |
void |
setFormKey(String formKey) |
void |
setFormParentDeploymentId(String formParentDeploymentId) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setStartDate(Date startDate) |
void |
setSubScopeId(String subScopeId) |
void |
setTenantId(String tenantId) |
String |
toString() |
getIdPrefix
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, 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 actionDefinitionId
protected String name
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected Date startDate
protected String formInstanceId
protected String formKey
protected String formParentDeploymentId
protected Integer priority
protected String tenantId
public Object getPersistentState()
getPersistentState
in interface Entity
public String getActionDefinitionId()
ActionInstance
getActionDefinitionId
in interface ActionInstance
public void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId
in interface ActionInstanceEntity
public String getName()
ActionInstance
getName
in interface ActionInstance
public void setName(String name)
setName
in interface ActionInstanceEntity
public String getScopeId()
ActionInstance
getScopeId
in interface ActionInstance
public void setScopeId(String scopeId)
setScopeId
in interface ActionInstanceEntity
public String getSubScopeId()
ActionInstance
getSubScopeId
in interface ActionInstance
public void setSubScopeId(String subScopeId)
setSubScopeId
in interface ActionInstanceEntity
public String getScopeType()
ActionInstance
getScopeType
in interface ActionInstance
public void setScopeType(String scopeType)
setScopeType
in interface ActionInstanceEntity
public String getScopeDefinitionId()
ActionInstance
getScopeDefinitionId
in interface ActionInstance
public void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId
in interface ActionInstanceEntity
public Date getStartDate()
ActionInstance
getStartDate
in interface ActionInstance
public void setStartDate(Date startDate)
setStartDate
in interface ActionInstanceEntity
public String getFormInstanceId()
ActionInstance
getFormInstanceId
in interface ActionInstance
public void setFormInstanceId(String formInstanceId)
setFormInstanceId
in interface ActionInstanceEntity
public String getFormKey()
ActionInstance
getFormKey
in interface ActionInstance
public void setFormKey(String formKey)
setFormKey
in interface ActionInstanceEntity
public String getFormParentDeploymentId()
ActionInstance
getFormParentDeploymentId
in interface ActionInstance
public void setFormParentDeploymentId(String formParentDeploymentId)
setFormParentDeploymentId
in interface ActionInstanceEntity
public Integer getPriority()
ActionInstance
getPriority
in interface ActionInstance
public void setPriority(Integer priority)
setPriority
in interface ActionInstanceEntity
public String getTenantId()
ActionInstance
getTenantId
in interface ActionInstance
public void setTenantId(String tenantId)
setTenantId
in interface ActionInstanceEntity