jBPM distribution 6.1.0.Beta4

org.jbpm.process.audit
Class VariableInstanceLog

java.lang.Object
  extended by org.jbpm.process.audit.VariableInstanceLog
All Implemented Interfaces:
Serializable, AuditEvent

@Entity
public class VariableInstanceLog
extends Object
implements Serializable, AuditEvent

See Also:
Serialized Form

Constructor Summary
VariableInstanceLog()
           
VariableInstanceLog(long processInstanceId, String processId, String variableInstanceId, String variableId, String value, String oldValue)
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getDate()
           
 String getExternalId()
           
 long getId()
           
 String getOldValue()
           
 String getProcessId()
           
 long getProcessInstanceId()
           
 String getValue()
           
 String getVariableId()
           
 String getVariableInstanceId()
           
 int hashCode()
           
 void setExternalId(String domainId)
           
 void setOldValue(String oldValue)
           
 void setValue(String value)
           
 void setVariableId(String variableId)
           
 void setVariableInstanceId(String variableInstanceId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableInstanceLog

public VariableInstanceLog()

VariableInstanceLog

public VariableInstanceLog(long processInstanceId,
                           String processId,
                           String variableInstanceId,
                           String variableId,
                           String value,
                           String oldValue)
Method Detail

getId

public long getId()

getProcessInstanceId

public long getProcessInstanceId()

getProcessId

public String getProcessId()

getVariableInstanceId

public String getVariableInstanceId()

setVariableInstanceId

public void setVariableInstanceId(String variableInstanceId)

getVariableId

public String getVariableId()

setVariableId

public void setVariableId(String variableId)

getValue

public String getValue()

setValue

public void setValue(String value)

getOldValue

public String getOldValue()

setOldValue

public void setOldValue(String oldValue)

getDate

public Date getDate()

getExternalId

public String getExternalId()

setExternalId

public void setExternalId(String domainId)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

jBPM distribution 6.1.0.Beta4

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