|
||||||||||
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.NotificationRecipient
@Entity public class NotificationRecipient
This class houses information pertaining to each recipient for a Notification message. This recipient can be either a user or a group - which is specified by the recipient type.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
NotificationRecipient()
Constructs a NotificationRecipient instance. |
Method Summary | |
---|---|
Long |
getId()
Gets the id attribute. |
Long |
getNotificationId()
Gets the notificationId attribute. |
String |
getRecipientId()
Gets the recipientId attribute. |
String |
getRecipientType()
Gets the recipientType attribute. |
void |
setId(Long id)
Sets the id attribute value. |
void |
setNotificationId(Long notificationId)
Sets the notificationId attribute value. |
void |
setRecipientId(String recipientId)
Sets the recipientId attribute value. |
void |
setRecipientType(String recipientType)
Sets the recipientType attribute value. |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
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 NotificationRecipient()
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 getRecipientId()
public void setRecipientId(String recipientId)
recipientId
- The recipientId to set.public String getRecipientType()
public void setRecipientType(String recipientType)
recipientType
- The recipientType to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |