org.kuali.rice.kew.useroptions
Class UserOptionsId

java.lang.Object
  extended by org.kuali.rice.kew.useroptions.UserOptionsId
All Implemented Interfaces:
Serializable

public class UserOptionsId
extends Object
implements Serializable

This Compound Primary Class has been generated by the rice ojb2jpa Groovy script. Please note that there are no setter methods, only getters. This is done purposefully as cpk classes can not change after they have been created. Also note they require a public no-arg constructor. TODO: Implement the equals() and hashCode() methods.

See Also:
Serialized Form

Constructor Summary
UserOptionsId()
           
 
Method Summary
 boolean equals(Object o)
           
 String getOptionId()
           
 String getWorkflowId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserOptionsId

public UserOptionsId()
Method Detail

getOptionId

public String getOptionId()

getWorkflowId

public String getWorkflowId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.