|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.ken.bo.NotificationRecipientList
@Entity public class NotificationRecipientList
This class represents the data structure that will house a default recipient list for a notification channel.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| 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 org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| 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 | |||||||||