Class RecipientPreference

java.lang.Object
org.kuali.rice.kcb.bo.RecipientPreference

@Entity public class RecipientPreference extends Object
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 Details

  • Constructor Details

    • RecipientPreference

      public RecipientPreference()
  • Method Details

    • getId

      public Long getId()
      Gets the id attribute.
      Returns:
      Returns the id.
    • setId

      public void setId(Long id)
      Sets the id attribute value.
      Parameters:
      id - The id to set.
    • getProperty

      public String getProperty()
      Gets the property attribute.
      Returns:
      Returns the property.
    • setProperty

      public void setProperty(String property)
      Sets the property attribute value.
      Parameters:
      property - The property to set.
    • getRecipientId

      public String getRecipientId()
      Gets the recipientId attribute.
      Returns:
      Returns the recipientId.
    • setRecipientId

      public void setRecipientId(String recipientId)
      Sets the recipientId attribute value.
      Parameters:
      recipientId - The recipientId to set.
    • getValue

      public String getValue()
      Gets the value attribute.
      Returns:
      Returns the value.
    • setValue

      public void setValue(String value)
      Sets the value attribute value.
      Parameters:
      value - The value to set.
    • getLockVerNbr

      public Integer getLockVerNbr()
      Return value of lock column for OJB optimistic locking
      Returns:
      value of lock column for OJB optimistic locking
    • setLockVerNbr

      public void setLockVerNbr(Integer lockVerNbr)
      Set value of lock column for OJB optimistic locking
      Parameters:
      lockVerNbr - value of lock column for OJB optimistic locking
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: