Package org.kuali.rice.kew.useroptions
Class UserOptions
java.lang.Object
org.kuali.rice.kew.useroptions.UserOptions
- All Implemented Interfaces:
Comparable<UserOptions>
An option defined for a user. These are used to store user
Preferences.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintCompares the given object is an instance of this class, then determines comparison based on the option id.voidsetLockVerNbr(Integer integer) voidsetOptionId(String string) voidsetOptionVal(String string) voidsetWorkflowId(String string)
-
Constructor Details
-
UserOptions
public UserOptions()
-
-
Method Details
-
getLockVerNbr
-
getOptionId
-
getOptionVal
-
getWorkflowId
-
setLockVerNbr
-
setOptionId
-
setOptionVal
-
setWorkflowId
-
compareTo
Compares the given object is an instance of this class, then determines comparison based on the option id.- Specified by:
compareToin interfaceComparable<UserOptions>- Parameters:
o- the object to compare with- Returns:
- The value 0 if the option ID is equal; a value less than 0 if the Option ID is greater than this object's; and a value greater than 0 if the argument's Option ID less than this object's.
-