|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.rice.ken.bo.NotificationSender
@Entity public class NotificationSender
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, versionNumber |
Constructor Summary | |
---|---|
NotificationSender()
Constructs a NotificationSender.java instance. |
Method Summary | |
---|---|
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. |
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.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public NotificationSender()
Method Detail |
---|
public Long getId()
public void setId(Long id)
id
- The id to set.public Long getNotificationId()
public void setNotificationId(Long notificationId)
notificationId
- The notificationId to set.public String getSenderName()
public void setSenderName(String userId)
senderName
- The senderName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |