|
||||||||||
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.
Field Summary | |
---|---|
private Long |
id
|
private Notification |
notification
|
private Long |
notificationId
|
private String |
senderName
|
Constructor Summary | |
---|---|
NotificationSender()
Constructs a NotificationSender.java instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Long id
private Long notificationId
private String senderName
private Notification notification
Constructor Detail |
---|
public NotificationSender()
Method Detail |
---|
public Long getId()
public void setId(Long id)
id
- The id to set.public Long getNotificationId()
public void setNotificationId(Long notificationId)
notificationId
- The notificationId to set.public String getSenderName()
public void setSenderName(String userId)
senderName
- The senderName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |