org.kuali.rice.kew.useroptions
Class UserOptions
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserOptions
public UserOptions()
getLockVerNbr
public Integer getLockVerNbr()
- Returns:
getOptionId
public String getOptionId()
- Returns:
getOptionVal
public String getOptionVal()
- Returns:
getWorkflowId
public String getWorkflowId()
- Returns:
setLockVerNbr
public void setLockVerNbr(Integer integer)
- Parameters:
integer
-
setOptionId
public void setOptionId(String string)
- Parameters:
string
-
setOptionVal
public void setOptionVal(String string)
- Parameters:
string
-
setWorkflowId
public void setWorkflowId(String string)
- Parameters:
string
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.