|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.ken.bo.NotificationSender
public class NotificationSender
This class represents the data structure that will house information about the non-system sender that a notification message is sent on behalf of.
Constructor Summary | |
---|---|
NotificationSender()
Constructs a NotificationSender.java instance. |
Method Summary | |
---|---|
java.lang.Long |
getId()
Gets the id attribute. |
java.lang.Long |
getNotificationId()
Gets the notificationId attribute. |
java.lang.String |
getSenderName()
Gets the senderName attribute. |
void |
setId(java.lang.Long id)
Sets the id attribute value. |
void |
setNotificationId(java.lang.Long notificationId)
Sets the notificationId attribute value. |
void |
setSenderName(java.lang.String userId)
Sets the senderName attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationSender()
Method Detail |
---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- The id to set.public java.lang.Long getNotificationId()
public void setNotificationId(java.lang.Long notificationId)
notificationId
- The notificationId to set.public java.lang.String getSenderName()
public void setSenderName(java.lang.String userId)
senderName
- The senderName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |