|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.ken.bo.NotificationRecipientListBo
@Entity public class NotificationRecipientListBo
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.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
NotificationRecipientListBo()
Constructs a NotificationRecipientList.java instance. |
|
| Method Summary | |
|---|---|
static NotificationRecipientListBo |
from(NotificationListRecipient im)
Converts a immutable object to its mutable counterpart |
NotificationChannelBo |
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(NotificationChannelBo 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. |
static NotificationListRecipient |
to(NotificationRecipientListBo bo)
Converts a mutable bo to its immutable counterpart |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
toString |
| 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.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
|---|
getObjectId |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public NotificationRecipientListBo()
| Method Detail |
|---|
public NotificationChannelBo getChannel()
getChannel in interface NotificationListRecipientContractpublic void setChannel(NotificationChannelBo channel)
channel - The channel to set.public Long getId()
getId in interface KenIdentifiablepublic void setId(Long id)
id - The id to set.public String getRecipientId()
getRecipientId in interface NotificationListRecipientContractpublic void setRecipientId(String recipientId)
recipientId - The recipientId to set.public String getRecipientType()
getRecipientType in interface NotificationListRecipientContractpublic void setRecipientType(String recipientType)
recipientType - The recipientType to set.public static NotificationListRecipient to(NotificationRecipientListBo bo)
bo - the mutable business object
public static NotificationRecipientListBo from(NotificationListRecipient im)
im - immutable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||