org.kuali.rice.kew.useroptions
Class UserOptions

java.lang.Object
  extended by org.kuali.rice.kew.useroptions.UserOptions
All Implemented Interfaces:
Comparable

@Entity
public class UserOptions
extends Object
implements Comparable

An option defined for a user. These are used to store user Preferences.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
UserOptions()
           
 
Method Summary
 int compareTo(Object o)
          Compares the given object is an instance of this class, then determines comparison based on the option id.
 Integer getLockVerNbr()
           
 String getOptionId()
           
 String getOptionVal()
           
 String getWorkflowId()
           
 void setLockVerNbr(Integer integer)
           
 void setOptionId(String string)
           
 void setOptionVal(String string)
           
 void setWorkflowId(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserOptions

public UserOptions()
Method Detail

getLockVerNbr

public Integer getLockVerNbr()

getOptionId

public String getOptionId()

getOptionVal

public String getOptionVal()

getWorkflowId

public String getWorkflowId()

setLockVerNbr

public void setLockVerNbr(Integer integer)

setOptionId

public void setOptionId(String string)

setOptionVal

public void setOptionVal(String string)

setWorkflowId

public void setWorkflowId(String string)

compareTo

public int compareTo(Object o)
Compares the given object is an instance of this class, then determines comparison based on the option id.

Specified by:
compareTo in interface Comparable
Parameters:
o - the object to compare with
Returns:
The value 0 if the argument is a string lexicographically equal to this string; a value less than 0 if the argument is a string lexicographically greater than this string; and a value greater than 0 if the argument is a string lexicographically less than this string.


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.