|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.ken.bo.NotificationSenderBo
@Entity public class NotificationSenderBo
This class represents the data structure that will house information about the non-system sender that a notification message is sent on behalf of.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, newCollectionRecord, objectId, versionNumber |
| Constructor Summary | |
|---|---|
NotificationSenderBo()
Constructs a NotificationSender.java instance. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
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 |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
|---|
getObjectId |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public NotificationSenderBo()
| Method Detail |
|---|
public Long getId()
getId in interface KenIdentifiablepublic void setId(Long id)
id - The id to set.public Long getNotificationId()
getNotificationId in interface NotificationSenderContractpublic String getSenderName()
getSenderName in interface NotificationSenderContractpublic 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 object
public static NotificationSenderBo from(NotificationSender im)
im - immutable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||