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
public class UserOptionsId
- extends IdClassBase
Composite primary key for the UserOptions
class.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
UserOptionsId
public UserOptionsId()
UserOptionsId
public UserOptionsId(String workflowId,
String optionId)
- Constructor to accept a workflow id and option id as parameters and instantiate the class.
- Parameters:
workflowId
- the workflow idoptionId
- the user option id
getOptionId
public String getOptionId()
- Returns the current option id
- Returns:
- the current option id
getWorkflowId
public String getWorkflowId()
- Returns the current workflow id.
- Returns:
- the current workflow id.
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.