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)
           
 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()
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.