|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kcb.bo.RecipientPreference
@Entity public class RecipientPreference
This class represents a recipient preference in the system. This is a generic Key/Value structure that is used by the system to store preferences that the user has set up. This will be used by the tickler plugins which will need a generic and dynamic structure for user specific settings.
| Field Summary | |
|---|---|
static String |
PROPERTY_FIELD
|
static String |
RECIPIENT_FIELD
Field names for queries |
| Constructor Summary | |
|---|---|
RecipientPreference()
|
|
| Method Summary | |
|---|---|
Long |
getId()
Gets the id attribute. |
Integer |
getLockVerNbr()
Return value of lock column for OJB optimistic locking |
String |
getProperty()
Gets the property attribute. |
String |
getRecipientId()
Gets the recipientId attribute. |
String |
getValue()
Gets the value attribute. |
void |
setId(Long id)
Sets the id attribute value. |
void |
setLockVerNbr(Integer lockVerNbr)
Set value of lock column for OJB optimistic locking |
void |
setProperty(String property)
Sets the property attribute value. |
void |
setRecipientId(String recipientId)
Sets the recipientId attribute value. |
void |
setValue(String value)
Sets the value attribute value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RECIPIENT_FIELD
public static final String PROPERTY_FIELD
| Constructor Detail |
|---|
public RecipientPreference()
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
id - The id to set.public String getProperty()
public void setProperty(String property)
property - The property to set.public String getRecipientId()
public void setRecipientId(String recipientId)
recipientId - The recipientId to set.public String getValue()
public void setValue(String value)
value - The value to set.public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
lockVerNbr - value of lock column for OJB optimistic lockingpublic String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||