org.kuali.rice.ken.bo
Class NotificationResponse

java.lang.Object
  extended by org.kuali.rice.ken.bo.NotificationResponse

public class NotificationResponse
extends Object

This class represents the data structure that will house information for a Notification Response

Author:
Kuali Rice Team (rice.collab@kuali.org)

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

NotificationResponse

public NotificationResponse()
Constructs a NotificationResponse.java instance.

Method Detail

getStatus

public String getStatus()
Gets the status attribute.

Returns:
Returns the response status.

setStatus

public void setStatus(String status)
Sets the status attribute value.

Parameters:
status - The status to set.

getMessage

public String getMessage()
Gets the message attribute.

Returns:
Returns the response message.

setMessage

public void setMessage(String message)
Sets the message attribute value.

Parameters:
message - The message to set.

getNotificationId

public Long getNotificationId()
Gets the id of the sent notification

Returns:
the id of the sent notification

setNotificationId

public void setNotificationId(Long notificationId)
Sets the id of the sent notification

Parameters:
notificationId - the id of the sent notification


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.