@Entity public class RecipientDelivererConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNEL |
static String |
RECIPIENT_ID
Field names for queries
|
| Constructor and Description |
|---|
RecipientDelivererConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Gets the channels attribute.
|
String |
getDelivererName()
Gets the delivererName attribute.
|
Long |
getId()
Gets the id attribute.
|
Integer |
getLockVerNbr()
Return value of lock column for OJB optimistic locking
|
String |
getRecipientId()
Gets the recipientId attribute.
|
void |
setChannel(String channel)
Sets the channel attribute value.
|
void |
setDelivererName(String delivererName)
Sets the delivererName attribute value.
|
void |
setId(Long id)
Sets the id attribute value.
|
void |
setLockVerNbr(Integer lockVerNbr)
Set value of lock column for OJB optimistic locking
|
void |
setRecipientId(String recipientId)
Sets the recipientId attribute value.
|
String |
toString() |
public static final String RECIPIENT_ID
public static final String CHANNEL
public RecipientDelivererConfig()
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
lockVerNbr - value of lock column for OJB optimistic lockingpublic String getRecipientId()
public void setRecipientId(String recipientId)
recipientId - The userId to set.public String getDelivererName()
public void setDelivererName(String delivererName)
delivererName - The delivererName to set.public String getChannel()
public void setChannel(String channel)
channel - The channel to set.public String toString()
toString in class ObjectObject.toString()Copyright © 2005–2014 The Kuali Foundation. All rights reserved.