| |
|
| java.lang.Object xflow.common.WorkItemId
WorkItemId | public WorkItemId()(Code) | | Constructor
|
WorkItemId | public WorkItemId(int i)(Code) | | Constructor
Parameters: i - an ID |
getId | public int getId()(Code) | | Gets the work item ID
the work item ID |
getValue | public int getValue()(Code) | | Gets the work item ID
the work item ID |
setId | public void setId(int i)(Code) | | Sets the work item ID
Parameters: id - the work item ID |
toString | public String toString()(Code) | | Gets the string representation of this object
the string representation |
|
|
|