@Entity public class UserOptions extends Object implements Comparable<UserOptions>
Preferences
.Constructor and Description |
---|
UserOptions() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UserOptions 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) |
public UserOptions()
public Integer getLockVerNbr()
public String getOptionId()
public String getOptionVal()
public String getWorkflowId()
public void setLockVerNbr(Integer integer)
public void setOptionId(String string)
public void setOptionVal(String string)
public void setWorkflowId(String string)
public int compareTo(UserOptions o)
compareTo
in interface Comparable<UserOptions>
o
- the object to compare withCopyright © 2005–2015 The Kuali Foundation. All rights reserved.