xflow.common
Class WorkItemId

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

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

Work Item ID

See Also:
Serialized Form

Constructor Summary
WorkItemId()
          Constructor
WorkItemId(int i)
          Constructor
 
Method Summary
 int getId()
          Gets the work item ID
 int getValue()
          Gets the work item ID
 void setId(int i)
          Sets the work item 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

WorkItemId

public WorkItemId()
Constructor


WorkItemId

public WorkItemId(int i)
Constructor

Parameters:
i - an ID
Method Detail

getId

public int getId()
Gets the work item ID

Returns:
the work item ID

setId

public void setId(int i)
Sets the work item ID


getValue

public int getValue()
Gets the work item ID

Returns:
the work item 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