Package org.kuali.rice.kew.useroptions
Class UserOptionsId
java.lang.Object
org.kuali.rice.krad.data.jpa.IdClassBase
org.kuali.rice.kew.useroptions.UserOptionsId
- All Implemented Interfaces:
Serializable
Composite primary key for the
UserOptions class.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserOptionsId(String workflowId, String optionId) Constructor to accept a workflow id and option id as parameters and instantiate the class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current option idReturns the current workflow id.Methods inherited from class org.kuali.rice.krad.data.jpa.IdClassBase
equals, hashCode, toString
-
Constructor Details
-
UserOptionsId
public UserOptionsId() -
UserOptionsId
Constructor to accept a workflow id and option id as parameters and instantiate the class.- Parameters:
workflowId- the workflow idoptionId- the user option id
-
-
Method Details
-
getOptionId
Returns the current option id- Returns:
- the current option id
-
getWorkflowId
Returns the current workflow id.- Returns:
- the current workflow id.
-