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 org.kuali.rice.krad.data.jpa.IdClassBase
Composite primary key for the UserOptions class.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • 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 Details

    • 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.