@Entity public class RecipientPreference extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_FIELD |
static String |
RECIPIENT_FIELD
Field names for queries
|
Constructor and Description |
---|
RecipientPreference() |
Modifier and Type | Method and Description |
---|---|
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() |
public static final String RECIPIENT_FIELD
public static final String PROPERTY_FIELD
public RecipientPreference()
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 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 Object
Object.toString()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.