| 
 | ||||||||||
| 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.NotificationSenderBo
@Entity public class NotificationSenderBo
This class represents the data structure that will house information about the non-system sender that a notification message is sent on behalf of.
| Field Summary | 
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase | 
|---|
| extension, versionNumber | 
| Constructor Summary | |
|---|---|
| NotificationSenderBo()Constructs a NotificationSender.java instance. | |
| Method Summary | |
|---|---|
| static NotificationSenderBo | from(NotificationSender im)Converts a immutable object to its mutable counterpart | 
|  Long | getId()Gets the id attribute. | 
|  Long | getNotificationId()Gets the notificationId attribute. | 
|  String | getSenderName()Gets the senderName attribute. | 
|  void | setId(Long id)Sets the id attribute value. | 
|  void | setNotificationId(Long notificationId)Sets the notificationId attribute value. | 
|  void | setSenderName(String userId)Sets the senderName attribute value. | 
| static NotificationSender | to(NotificationSenderBo 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 NotificationSenderBo()
| Method Detail | 
|---|
public Long getId()
getId in interface KenIdentifiablepublic void setId(Long id)
id - The id to set.public Long getNotificationId()
getNotificationId in interface NotificationSenderContractpublic void setNotificationId(Long notificationId)
notificationId - The notificationId to set.public String getSenderName()
getSenderName in interface NotificationSenderContractpublic void setSenderName(String userId)
userId - The senderName to set.public static NotificationSender to(NotificationSenderBo bo)
bo - the mutable business object
public static NotificationSenderBo from(NotificationSender im)
im - immutable object
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||