@Entity public class NotificationSenderBo extends PersistableBusinessObjectBase implements NotificationSenderContract
extension, 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.
|
Long |
getNotificationId()
Gets the notificationId attribute.
|
String |
getSenderName()
Gets the senderName attribute.
|
void |
setId(Long id)
Sets the id attribute value.
|
void |
setNotificationId(Long notificationId)
Sets the notificationId attribute value.
|
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, 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 NotificationSenderBo()
public Long getId()
getId
in interface KenIdentifiable
public Long getNotificationId()
getNotificationId
in interface NotificationSenderContract
public void setNotificationId(Long notificationId)
notificationId
- The notificationId to set.public String getSenderName()
getSenderName
in interface NotificationSenderContract
public void setSenderName(String userId)
userId
- The senderName to set.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.