| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.ken.bo.NotificationMessageDelivery
@Entity public class NotificationMessageDelivery
This class represents and instance of a NotificationMessageDelivery. A Notification gets delivered to recipients, possibly in various ways. For each delivery type that a recipient gets sent to them, they have an instance of this entity.
| Field Summary | 
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase | 
|---|
| extension, versionNumber | 
| Constructor Summary | |
|---|---|
| NotificationMessageDelivery()Constructs a NotificationMessageDelivery instance. | |
| Method Summary | |
|---|---|
|  String | getDeliverySystemId()Gets the deliverySystemId attribute. | 
|  Long | getId()Gets the id attribute. | 
|  Timestamp | getLockedDateValue()Gets the lockedDate attribute. | 
|  String | getMessageDeliveryStatus()Gets the messageDeliveryStatus attribute. | 
|  NotificationBo | getNotification()Gets the notification attribute. | 
|  String | getUserRecipientId()Gets the userRecipientId attribute. | 
|  void | setDeliverySystemId(String deliverySystemId)Sets the deliverySystemId attribute value. | 
|  void | setId(Long id)Sets the id attribute value. | 
|  void | setLockedDateValue(Timestamp lockedDateValue)Sets the lockedDate attribute value. | 
|  void | setMessageDeliveryStatus(String deliveryStatus)Sets the messageDeliveryStatus attribute value. | 
|  void | setNotification(NotificationBo notification)Sets the notification attribute value. | 
|  void | setUserRecipientId(String userRecipientId)Sets the userRecipientId attribute value. | 
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase | 
|---|
| toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic | 
|---|
| toString | 
| Constructor Detail | 
|---|
public NotificationMessageDelivery()
| Method Detail | 
|---|
public Long getId()
public void setId(Long id)
id - The id to set.public String getMessageDeliveryStatus()
public void setMessageDeliveryStatus(String deliveryStatus)
deliveryStatus - The messageDeliveryStatus to set.public String getUserRecipientId()
public void setUserRecipientId(String userRecipientId)
userRecipientId - The userRecipientId to set.public Timestamp getLockedDateValue()
getLockedDateValue in interface Lockablepublic void setLockedDateValue(Timestamp lockedDateValue)
setLockedDateValue in interface LockablelockedDateValue - The lockedDate to set.public NotificationBo getNotification()
public void setNotification(NotificationBo notification)
notification - The notification to set.public String getDeliverySystemId()
public void setDeliverySystemId(String deliverySystemId)
deliverySystemId - The deliverySystemId to set.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||