Class ProcessVariableSummary
java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.api.bean.ProcessVariableSummary
- Author:
- Kochetkov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
long
long
getType()
void
void
void
setNewValue
(String newValue) void
setOldValue
(String oldValue) void
setProcessInstanceId
(long processInstanceId) void
setTimestamp
(long timestamp) void
void
setVariableId
(String variableId) void
setVariableInstanceId
(String variableInstanceId)
-
Field Details
-
id
-
name
-
-
Constructor Details
-
ProcessVariableSummary
-
ProcessVariableSummary
public ProcessVariableSummary()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getVariableId
-
setVariableId
-
getVariableInstanceId
-
setVariableInstanceId
-
getProcessInstanceId
public long getProcessInstanceId() -
setProcessInstanceId
public void setProcessInstanceId(long processInstanceId) -
getOldValue
-
setOldValue
-
getNewValue
-
setNewValue
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getType
-
setType
-