|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.
Field Summary | |
---|---|
private NotificationChannel |
channel
|
private Long |
id
|
private String |
recipientId
|
private String |
recipientType
|
Constructor Summary | |
---|---|
NotificationRecipientList()
Constructs a NotificationRecipientList.java instance. |
Method Summary | |
---|---|
NotificationChannel |
getChannel()
Gets the channel attribute. |
Long |
getId()
Gets the id attribute. |
String |
getRecipientId()
Gets the recipientId attribute. |
String |
getRecipientType()
Gets the recipientType attribute. |
void |
setChannel(NotificationChannel channel)
Sets the channel attribute value. |
void |
setId(Long id)
Sets the id attribute value. |
void |
setRecipientId(String recipientId)
Sets the recipientId attribute value. |
void |
setRecipientType(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 |
Field Detail |
---|
private Long id
private String recipientType
private String recipientId
private NotificationChannel channel
Constructor Detail |
---|
public NotificationRecipientList()
Method Detail |
---|
public NotificationChannel getChannel()
public void setChannel(NotificationChannel channel)
channel
- The channel to set.public Long getId()
public void setId(Long id)
id
- The id to set.public String getRecipientId()
public void setRecipientId(String recipientId)
recipientId
- The recipientId to set.public String getRecipientType()
public void setRecipientType(String recipientType)
recipientType
- The recipientType to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |