@Entity public class NotificationRecipientListBo extends PersistableBusinessObjectBase implements NotificationListRecipientContract
extension, versionNumber
Constructor and Description |
---|
NotificationRecipientListBo()
Constructs a NotificationRecipientList.java instance.
|
Modifier and Type | Method and Description |
---|---|
static NotificationRecipientListBo |
from(NotificationListRecipient im)
Converts a immutable object to its mutable counterpart
|
NotificationChannelBo |
getChannel()
Gets the channel attribute.
|
Long |
getId()
Gets the id attribute.
|
String |
getRecipientId()
Gets the recipientId attribute.
|
String |
getRecipientType()
Gets the recipientType attribute.
|
void |
setChannel(NotificationChannelBo channel)
Sets the channel attribute value.
|
void |
setId(Long id)
Sets the id attribute value.
|
void |
setRecipientId(String recipientId)
Sets the recipientId attribute value.
|
void |
setRecipientType(String recipientType)
Sets the recipientType attribute value.
|
static NotificationListRecipient |
to(NotificationRecipientListBo bo)
Converts a mutable bo to its immutable counterpart
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, 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
getVersionNumber
getObjectId
toString
public NotificationRecipientListBo()
public NotificationChannelBo getChannel()
getChannel
in interface NotificationListRecipientContract
public void setChannel(NotificationChannelBo channel)
channel
- The channel to set.public Long getId()
getId
in interface KenIdentifiable
public String getRecipientId()
getRecipientId
in interface NotificationListRecipientContract
public void setRecipientId(String recipientId)
recipientId
- The recipientId to set.public String getRecipientType()
getRecipientType
in interface NotificationListRecipientContract
public void setRecipientType(String recipientType)
recipientType
- The recipientType to set.public static NotificationListRecipient to(NotificationRecipientListBo bo)
bo
- the mutable business objectpublic static NotificationRecipientListBo from(NotificationListRecipient im)
im
- immutable objectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.