|
||||||||||
| 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 |
getLockedDate()
Gets the lockedDate attribute. |
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 |
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. |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
| 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)
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 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 | |||||||||