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