org.jbpm.console.ng.pr.model
Class ProcessVariableSummary
java.lang.Object
org.uberfire.paging.AbstractPageRow
org.jbpm.console.ng.ga.model.GenericSummary
org.jbpm.console.ng.pr.model.ProcessVariableSummary
- All Implemented Interfaces:
- Serializable, Comparable<org.uberfire.paging.AbstractPageRow>
@Portable
public class ProcessVariableSummary
- extends GenericSummary
- See Also:
- Serialized Form
Methods inherited from class org.uberfire.paging.AbstractPageRow |
compareTo |
ProcessVariableSummary
public ProcessVariableSummary(String variableId,
String variableInstanceId,
long processInstanceId,
String oldValue,
String newValue,
long timestamp,
String type)
ProcessVariableSummary
public ProcessVariableSummary()
getVariableId
public String getVariableId()
setVariableId
public void setVariableId(String variableId)
getVariableInstanceId
public String getVariableInstanceId()
setVariableInstanceId
public void setVariableInstanceId(String variableInstanceId)
getProcessInstanceId
public long getProcessInstanceId()
setProcessInstanceId
public void setProcessInstanceId(long processInstanceId)
getOldValue
public String getOldValue()
setOldValue
public void setOldValue(String oldValue)
getNewValue
public String getNewValue()
setNewValue
public void setNewValue(String newValue)
getTimestamp
public long getTimestamp()
setTimestamp
public void setTimestamp(long timestamp)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.