xflow.common
Class WorkflowId

java.lang.Object
  |
  +--xflow.common.WorkflowId
All Implemented Interfaces:
java.io.Serializable

public class WorkflowId
extends java.lang.Object
implements java.io.Serializable

Workflow ID

See Also:
Serialized Form

Constructor Summary
WorkflowId()
          Constructor
WorkflowId(int i)
          Constructor
 
Method Summary
 int getId()
          Gets the workflow ID
 java.lang.Integer getIntValue()
          Gets the workflow ID as Integer
 int getValue()
          Gets the workflow ID
 void setId(int i)
          Sets the workflow ID
 java.lang.String toString()
          Gets the string representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowId

public WorkflowId()
Constructor


WorkflowId

public WorkflowId(int i)
Constructor

Parameters:
i - an ID
Method Detail

getId

public int getId()
Gets the workflow ID

Returns:
the workflow ID

setId

public void setId(int i)
Sets the workflow ID


getValue

public int getValue()
Gets the workflow ID

Returns:
the workflow ID

getIntValue

public java.lang.Integer getIntValue()
Gets the workflow ID as Integer

Returns:
the workflow ID

toString

public java.lang.String toString()
Gets the string representation of this object

Overrides:
toString in class java.lang.Object
Returns:
the string representation