@Entity public class NotificationSenderBo extends PersistableBusinessObjectBase implements NotificationSenderContract
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
NotificationSenderBo()
Constructs a NotificationSender.java instance.
|
Modifier and Type | Method and Description |
---|---|
static NotificationSenderBo |
from(NotificationSender im)
Converts a immutable object to its mutable counterpart
|
Long |
getId()
Gets the id attribute.
|
NotificationBo |
getNotification() |
Long |
getNotificationId()
Gets the notificationId attribute.
|
String |
getSenderName()
Gets the senderName attribute.
|
void |
setId(Long id)
Sets the id attribute value.
|
void |
setNotification(NotificationBo notification) |
void |
setSenderName(String userId)
Sets the senderName attribute value.
|
static NotificationSender |
to(NotificationSenderBo 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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
toString
public NotificationSenderBo()
public Long getId()
getId
in interface KenIdentifiable
public Long getNotificationId()
getNotificationId
in interface NotificationSenderContract
public String getSenderName()
getSenderName
in interface NotificationSenderContract
public void setSenderName(String userId)
userId
- The senderName to set.public NotificationBo getNotification()
public void setNotification(NotificationBo notification)
public static NotificationSender to(NotificationSenderBo bo)
bo
- the mutable business objectpublic static NotificationSenderBo from(NotificationSender im)
im
- immutable objectCopyright © 2005–2015 The Kuali Foundation. All rights reserved.