| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.bo.NotificationMessageDelivery
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 | |
|---|---|
private  String | 
deliverySystemId
 | 
private  Long | 
id
 | 
private  Timestamp | 
lockedDate
 | 
private  Integer | 
lockVerNbr
Lock column for OJB optimistic locking  | 
private  String | 
messageDeliveryStatus
 | 
private  Notification | 
notification
 | 
private  String | 
userRecipientId
 | 
| Constructor Summary | |
|---|---|
NotificationMessageDelivery()
Constructs a NotificationMessageDelivery instance.  | 
|
| Method Summary | |
|---|---|
 String | 
getDeliverySystemId()
Gets the deliverySystemId attribute.  | 
 Long | 
getId()
Gets the id attribute.  | 
 Timestamp | 
getLockedDate()
Gets the lockedDate attribute.  | 
 Integer | 
getLockVerNbr()
Return value of lock column for OJB optimistic locking  | 
 String | 
getMessageDeliveryStatus()
Gets the messageDeliveryStatus attribute.  | 
 Notification | 
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 | 
setLockedDate(Timestamp lockedDate)
Sets the lockedDate attribute value.  | 
 void | 
setLockVerNbr(Integer lockVerNbr)
Set value of lock column for OJB optimistic locking  | 
 void | 
setMessageDeliveryStatus(String deliveryStatus)
Sets the messageDeliveryStatus attribute value.  | 
 void | 
setNotification(Notification notification)
Sets the notification attribute value.  | 
 void | 
setUserRecipientId(String userRecipientId)
Sets the userRecipientId attribute value.  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
private Long id
private String messageDeliveryStatus
private String userRecipientId
private String deliverySystemId
private Timestamp lockedDate
private Integer lockVerNbr
private Notification notification
| Constructor Detail | 
|---|
public NotificationMessageDelivery()
| Method Detail | 
|---|
public Long getId()
public void setId(Long id)
id - The id to set.public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
lockVerNbr - value of lock column for OJB optimistic lockingpublic String getMessageDeliveryStatus()
public void setMessageDeliveryStatus(String deliveryStatus)
messageDeliveryStatus - The messageDeliveryStatus to set.public String getUserRecipientId()
public void setUserRecipientId(String userRecipientId)
userRecipientId - The userRecipientId to set.public Timestamp getLockedDate()
getLockedDate in interface Lockablepublic void setLockedDate(Timestamp lockedDate)
setLockedDate in interface LockablelockedDate - The lockedDate to set.public Notification getNotification()
public void setNotification(Notification notification)
notification - The notification to set.public String toString()
toString in class ObjectObject.toString()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 | |||||||||