|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kcb.bo.RecipientDelivererConfig
@Entity public class RecipientDelivererConfig
This class represents the enablement of a deliverer for a particular channel for a particular user. Each RecipientDelivererConfig instance represents a user as having applied a deliverer type configuration to a channel, such that any messages, targeted at the userId, will also be delivered to the correlating deliverer type (delivererName) for that user.
| Field Summary | |
|---|---|
static String |
CHANNEL
|
static String |
RECIPIENT_ID
Field names for queries |
| Constructor Summary | |
|---|---|
RecipientDelivererConfig()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RECIPIENT_ID
public static final String CHANNEL
| Constructor Detail |
|---|
public RecipientDelivererConfig()
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
id - The id to set.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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||