|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.utils.AuditTrail.AuditNode
fuego.papi.utils.AuditTrail.MeasureVariableNode
public class AuditTrail.MeasureVariableNode
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 |
---|
public AuditTrail.MeasureVariableNode(InstanceEvent event, int type, AuditTrail.AuditNode parent, String idNode, String variableName, Object variableValue)
Method Detail |
---|
public String getEvent()
getEvent
in class AuditTrail.AuditNode
public void setVariableName(String variableName)
variableName
- The name of the messure variable.public String getVariableName()
public void setVariableValue(Object variableValue)
variableValue
- The value of the messure variable.public Object getVariableValue()
public String toString()
toString
in class Object
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |