public class UserOptionsId extends IdClassBase
UserOptions class.| Constructor and Description | 
|---|
UserOptionsId()  | 
UserOptionsId(String workflowId,
             String optionId)
Constructor to accept a workflow id and option id as parameters and instantiate the class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getOptionId()
Returns the current option id 
 | 
String | 
getWorkflowId()
Returns the current workflow id. 
 | 
equals, hashCode, toStringpublic UserOptionsId()
public UserOptionsId(String workflowId, String optionId)
workflowId - the workflow idoptionId - the user option idpublic String getOptionId()
public String getWorkflowId()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.