ALBPM Process API

fuego.papi.utils
Class AuditTrail.MeasureVariableNode

java.lang.Object
  extended by fuego.papi.utils.AuditTrail.AuditNode
      extended by fuego.papi.utils.AuditTrail.MeasureVariableNode
Enclosing class:
AuditTrail

public class AuditTrail.MeasureVariableNode
extends AuditTrail.AuditNode

This class represents a Measure Varible Node.


Constructor Summary
AuditTrail.MeasureVariableNode(InstanceEvent event, int type, AuditTrail.AuditNode parent, String idNode, String variableName, Object variableValue)
           
 
Method Summary
 String getEvent()
          Returns the event of the node
 String getVariableName()
          Returns the variable Name.
 Object getVariableValue()
          Returns the value of the meassure varible.
 void setVariableName(String variableName)
          Sets the messure variable Name
 void setVariableValue(Object variableValue)
          Sets the measure value
 String toString()
          Returns a String with "'varibleName' = varialbeValue"
 
Methods inherited from class fuego.papi.utils.AuditTrail.AuditNode
addChildren, collapse, expand, expandAll, getActivityName, getActivityType, getChildren, getDescendants, getDescription, getEventData, getEventType, getId, getInstanceCopy, getInstanceIn, getLevel, getParent, getParticipant, getPath, getProcessIn, getTimeStamp, getType, hide, isExpanded, isLeaf, isSubflowLoaded, isVisible, print, setSubflowLoaded, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditTrail.MeasureVariableNode

public AuditTrail.MeasureVariableNode(InstanceEvent event,
                                      int type,
                                      AuditTrail.AuditNode parent,
                                      String idNode,
                                      String variableName,
                                      Object variableValue)
Method Detail

getEvent

public String getEvent()
Returns the event of the node

Overrides:
getEvent in class AuditTrail.AuditNode
Returns:
Event of the node.

setVariableName

public void setVariableName(String variableName)
Sets the messure variable Name

Parameters:
variableName - The name of the messure variable.

getVariableName

public String getVariableName()
Returns the variable Name.

Returns:
The name of the variable that was measure.

setVariableValue

public void setVariableValue(Object variableValue)
Sets the measure value

Parameters:
variableValue - The value of the messure variable.

getVariableValue

public Object getVariableValue()
Returns the value of the meassure varible.

Returns:
An object with the value

toString

public String toString()
Returns a String with "'varibleName' = varialbeValue"

Overrides:
toString in class Object
Returns:
"varibleName = varialbeValue"

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved