org.jbpm.pvm.internal.history.model
Class HistoryVariableUpdateImpl

java.lang.Object
  extended by org.jbpm.pvm.internal.history.model.HistoryDetailImpl
      extended by org.jbpm.pvm.internal.history.model.HistoryVariableUpdateImpl
All Implemented Interfaces:
java.io.Serializable, HistoryDetail

public class HistoryVariableUpdateImpl
extends HistoryDetailImpl

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String newValue
           
protected  java.lang.String oldValue
           
 
Fields inherited from class org.jbpm.pvm.internal.history.model.HistoryDetailImpl
dbid, dbversion, historyActivityInstance, historyActivityInstanceIndex, historyProcessInstance, historyProcessInstanceIndex, historyTask, historyTaskIndex, historyVariable, historyVariableIndex, time, userId
 
Constructor Summary
HistoryVariableUpdateImpl()
           
HistoryVariableUpdateImpl(java.lang.String oldValue, java.lang.String newValue)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.jbpm.pvm.internal.history.model.HistoryDetailImpl
equals, getDbid, getId, getTime, getUserId, setHistoryActivityInstance, setHistoryProcessInstance, setHistoryTask, setHistoryVariable, setTime, setUserId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oldValue

protected java.lang.String oldValue

newValue

protected java.lang.String newValue
Constructor Detail

HistoryVariableUpdateImpl

public HistoryVariableUpdateImpl()

HistoryVariableUpdateImpl

public HistoryVariableUpdateImpl(java.lang.String oldValue,
                                 java.lang.String newValue)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 JBoss Community. All Rights Reserved.