org.kuali.rice.kcb.bo
Class RecipientPreference

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

public class RecipientPreference
extends Object

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.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private  Long id
           
private  Integer lockVerNbr
          Lock column for OJB optimistic locking
private  String property
           
static String PROPERTY_FIELD
           
static String RECIPIENT_FIELD
          Field names for queries
private  String recipientId
           
private  String value
           
 
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

RECIPIENT_FIELD

public static final String RECIPIENT_FIELD
Field names for queries

See Also:
Constant Field Values

PROPERTY_FIELD

public static final String PROPERTY_FIELD
See Also:
Constant Field Values

id

private Long id

recipientId

private String recipientId

property

private String property

value

private String value

lockVerNbr

private Integer lockVerNbr
Lock column for OJB optimistic locking

Constructor Detail

RecipientPreference

public RecipientPreference()
Method Detail

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:
Object.toString()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.