Package org.kuali.rice.kcb.bo
Class RecipientPreference
java.lang.Object
org.kuali.rice.kcb.bo.RecipientPreference
This class represents a recipient preferences 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.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the id attribute.Return value of lock column for OJB optimistic lockingGets the property attribute.Gets the recipientId attribute.getValue()Gets the value attribute.voidSets the id attribute value.voidsetLockVerNbr(Integer lockVerNbr) Set value of lock column for OJB optimistic lockingvoidsetProperty(String property) Sets the property attribute value.voidsetRecipientId(String recipientId) Sets the recipientId attribute value.voidSets the value attribute value.toString()
-
Field Details
-
RECIPIENT_FIELD
Field names for queries- See Also:
-
PROPERTY_FIELD
- See Also:
-
-
Constructor Details
-
RecipientPreference
public RecipientPreference()
-
-
Method Details
-
getId
Gets the id attribute.- Returns:
- Returns the id.
-
setId
Sets the id attribute value.- Parameters:
id- The id to set.
-
getProperty
Gets the property attribute.- Returns:
- Returns the property.
-
setProperty
Sets the property attribute value.- Parameters:
property- The property to set.
-
getRecipientId
Gets the recipientId attribute.- Returns:
- Returns the recipientId.
-
setRecipientId
Sets the recipientId attribute value.- Parameters:
recipientId- The recipientId to set.
-
getValue
Gets the value attribute.- Returns:
- Returns the value.
-
setValue
Sets the value attribute value.- Parameters:
value- The value to set.
-
getLockVerNbr
Return value of lock column for OJB optimistic locking- Returns:
- value of lock column for OJB optimistic locking
-
setLockVerNbr
Set value of lock column for OJB optimistic locking- Parameters:
lockVerNbr- value of lock column for OJB optimistic locking
-
toString
-