org.kuali.rice.kew.useroptions
Class UserOptionsId

java.lang.Object
  extended by org.kuali.rice.krad.data.jpa.IdClassBase
      extended by 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

Constructor Summary
UserOptionsId()
           
UserOptionsId(String workflowId, String optionId)
          Constructor to accept a workflow id and option id as parameters and instantiate the class.
 
Method Summary
 String getOptionId()
          Returns the current option id
 String getWorkflowId()
          Returns the current workflow id.
 
Methods inherited from class org.kuali.rice.krad.data.jpa.IdClassBase
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 id
optionId - the user option id
Method Detail

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.