jBPM Console NG - Process Runtime API 6.0.0.CR3

org.jbpm.console.ng.pr.model
Class VariableSummary

java.lang.Object
  extended by org.jbpm.console.ng.pr.model.VariableSummary
All Implemented Interfaces:
Serializable

@Portable
public class VariableSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VariableSummary()
           
VariableSummary(String variableId, String variableInstanceId, long processInstanceId, String oldValue, String newValue, long timestamp, String type)
           
 
Method Summary
 String getNewValue()
           
 String getOldValue()
           
 long getProcessInstanceId()
           
 long getTimestamp()
           
 String getType()
           
 String getVariableId()
           
 String getVariableInstanceId()
           
 void setNewValue(String newValue)
           
 void setOldValue(String oldValue)
           
 void setProcessInstanceId(long processInstanceId)
           
 void setTimestamp(long timestamp)
           
 void setType(String type)
           
 void setVariableId(String variableId)
           
 void setVariableInstanceId(String variableInstanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableSummary

public VariableSummary(String variableId,
                       String variableInstanceId,
                       long processInstanceId,
                       String oldValue,
                       String newValue,
                       long timestamp,
                       String type)

VariableSummary

public VariableSummary()
Method Detail

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)

jBPM Console NG - Process Runtime API 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.