org.kuali.rice.ken.api.notification
Class NotificationResponse

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.ken.api.notification.NotificationResponse
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, NotificationResponseContract

public final class NotificationResponse
extends AbstractDataTransferObject
implements NotificationResponseContract

See Also:
Serialized Form

Nested Class Summary
static class NotificationResponse.Builder
          A builder which can be used to construct NotificationResponse instances.
 
Method Summary
 String getMessage()
           
 Long getNotificationId()
           
 String getStatus()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public String getMessage()
Specified by:
getMessage in interface NotificationResponseContract

getStatus

public String getStatus()
Specified by:
getStatus in interface NotificationResponseContract

getNotificationId

public Long getNotificationId()
Specified by:
getNotificationId in interface NotificationResponseContract


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