|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.useroptions.UserOptionsId
public class UserOptionsId
Composite primary key for the UserOptions class.
| Constructor Summary | |
|---|---|
UserOptionsId()
Default constructor |
|
UserOptionsId(String workflowId,
String optionId)
Constructor to accept a workflow id and option id as parameters and instantiate the class. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Determines if the given object is equal to the current class instance. |
String |
getOptionId()
Returns the current option id |
String |
getWorkflowId()
Returns the current workflow id. |
int |
hashCode()
Method uses a HashCodeBuilder to create a composite hashcode. |
void |
setOptionId(String optionId)
|
void |
setWorkflowId(String workflowId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserOptionsId()
public UserOptionsId(String workflowId,
String optionId)
workflowId - the workflow idoptionId - the user option id| Method Detail |
|---|
public String getOptionId()
public void setOptionId(String optionId)
getOptionId()public String getWorkflowId()
public void setWorkflowId(String workflowId)
getWorkflowId()public boolean equals(Object o)
equals in class Objecto - the object to determine equality with.
public int hashCode()
HashCodeBuilder to create a composite hashcode.
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||