| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.bo.NotificationResponse
public class NotificationResponse
This class represents the data structure that will house information for a Notification Response
| Constructor Summary | |
|---|---|
| NotificationResponse()Constructs a NotificationResponse.java instance. | |
| Method Summary | |
|---|---|
|  String | getMessage()Gets the message attribute. | 
|  Long | getNotificationId()Gets the id of the sent notification | 
|  String | getStatus()Gets the status attribute. | 
|  void | setMessage(String message)Sets the message attribute value. | 
|  void | setNotificationId(Long notificationId)Sets the id of the sent notification | 
|  void | setStatus(String status)Sets the status attribute value. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NotificationResponse()
| Method Detail | 
|---|
public String getStatus()
public void setStatus(String status)
status - The status to set.public String getMessage()
public void setMessage(String message)
message - The message to set.public Long getNotificationId()
public void setNotificationId(Long notificationId)
notificationId - the id of the sent notification| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||