jBPM Console NG - Process Runtime API 6.2.0.Final

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

java.lang.Object
  extended by org.uberfire.paging.AbstractPageRow
      extended by org.jbpm.console.ng.ga.model.GenericSummary
          extended by 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

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary
id, name
 
Constructor Summary
ProcessVariableSummary()
           
ProcessVariableSummary(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 org.jbpm.console.ng.ga.model.GenericSummary
equals, getId, getName, hashCode, setId, setName
 
Methods inherited from class org.uberfire.paging.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessVariableSummary

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

ProcessVariableSummary

public ProcessVariableSummary()
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.2.0.Final

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