@Entity public class NotificationMessageDelivery extends PersistableBusinessObjectBase implements Lockable
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
NotificationMessageDelivery()
Constructs a NotificationMessageDelivery instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public NotificationMessageDelivery()
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 Lockable
public void setLockedDateValue(Timestamp lockedDateValue)
setLockedDateValue
in interface Lockable
lockedDateValue
- 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.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.