|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.bo.NotificationRecipientList
public class NotificationRecipientList
This class represents the data structure that will house a default recipient list for a notification channel.
| Constructor Summary | |
|---|---|
NotificationRecipientList()
Constructs a NotificationRecipientList.java instance. |
|
| Method Summary | |
|---|---|
NotificationChannel |
getChannel()
Gets the channel attribute. |
java.lang.Long |
getId()
Gets the id attribute. |
java.lang.String |
getRecipientId()
Gets the recipientId attribute. |
java.lang.String |
getRecipientType()
Gets the recipientType attribute. |
void |
setChannel(NotificationChannel channel)
Sets the channel attribute value. |
void |
setId(java.lang.Long id)
Sets the id attribute value. |
void |
setRecipientId(java.lang.String recipientId)
Sets the recipientId attribute value. |
void |
setRecipientType(java.lang.String recipientType)
Sets the recipientType attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationRecipientList()
| Method Detail |
|---|
public NotificationChannel getChannel()
public void setChannel(NotificationChannel channel)
channel - The channel to set.public java.lang.Long getId()
public void setId(java.lang.Long id)
id - The id to set.public java.lang.String getRecipientId()
public void setRecipientId(java.lang.String recipientId)
recipientId - The recipientId to set.public java.lang.String getRecipientType()
public void setRecipientType(java.lang.String recipientType)
recipientType - The recipientType to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||