org.jbpm.process.audit
Class VariableInstanceLog

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

@Entity
public class VariableInstanceLog
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VariableInstanceLog(long processInstanceId, String processId, String variableInstanceId, String variableId, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getDate()
           
 long getId()
           
 String getProcessId()
           
 long getProcessInstanceId()
           
 String getValue()
           
 String getVariableId()
           
 String getVariableInstanceId()
           
 int hashCode()
           
 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(long processInstanceId,
                           String processId,
                           String variableInstanceId,
                           String variableId,
                           String value)
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)

getDate

public Date getDate()

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


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