@Entity public class NotificationRecipientBo extends PersistableBusinessObjectBase implements NotificationRecipientContract
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
NotificationRecipientBo()
Constructs a NotificationRecipient instance.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationRecipientBo |
from(NotificationRecipient im)
Converts a immutable object to its mutable counterpart
|
Long |
getId()
Gets the id attribute.
|
NotificationBo |
getNotification() |
Long |
getNotificationId()
Gets the notificationId attribute.
|
String |
getRecipientId()
Gets the recipientId attribute.
|
String |
getRecipientType()
Gets the recipientType attribute.
|
void |
setId(Long id)
Sets the id attribute value.
|
void |
setNotification(NotificationBo notification) |
void |
setRecipientId(String recipientId)
Sets the recipientId attribute value.
|
void |
setRecipientType(String recipientType)
Sets the recipientType attribute value.
|
static NotificationRecipient |
to(NotificationRecipientBo bo)
Converts a mutable bo to its immutable counterpart
|
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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdtoStringpublic NotificationRecipientBo()
public Long getId()
getId in interface KenIdentifiablepublic Long getNotificationId()
getNotificationId in interface NotificationRecipientContractpublic String getRecipientId()
getRecipientId in interface NotificationRecipientContractpublic void setRecipientId(String recipientId)
recipientId - The recipientId to set.public String getRecipientType()
getRecipientType in interface NotificationRecipientContractpublic void setRecipientType(String recipientType)
recipientType - The recipientType to set.public NotificationBo getNotification()
public void setNotification(NotificationBo notification)
public static NotificationRecipient to(NotificationRecipientBo bo)
bo - the mutable business objectpublic static NotificationRecipientBo from(NotificationRecipient im)
im - immutable objectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.