org.jbpm.console.ng.pr.model
Class VariableSummary
java.lang.Object
org.jbpm.console.ng.pr.model.VariableSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class VariableSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableSummary
public VariableSummary(String variableId,
String variableInstanceId,
long processInstanceId,
String oldValue,
String newValue,
long timestamp,
String type)
VariableSummary
public VariableSummary()
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-2013 JBoss by Red Hat. All Rights Reserved.