|
||||||||||
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.NotificationChannelReviewerBo
@Entity public class NotificationChannelReviewerBo
A reviewer for a notification publications to a NotificationChannel
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
NotificationChannelReviewerBo()
|
Method Summary | |
---|---|
static NotificationChannelReviewerBo |
from(NotificationChannelReviewer im)
Converts a immutable object to its mutable counterpart |
NotificationChannelBo |
getChannel()
Returns the channel with which this reviewer is associated |
Long |
getId()
Returns the primary key value |
String |
getReviewerId()
Returns the user id of the reviewer. |
String |
getReviewerType()
Returns the type of reviewer, USER or GROUP |
void |
setChannel(NotificationChannelBo channel)
Sets the channel with which this reviewer is associated |
void |
setId(Long id)
Sets the primary key value |
void |
setReviewerId(String reviewerId)
Sets the user id of the reviewer |
void |
setReviewerType(String reviewerType)
Sets the type of reviewer, USER or GROUP |
static NotificationChannelReviewer |
to(NotificationChannelReviewerBo bo)
Converts a mutable bo to its immutable counterpart |
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 NotificationChannelReviewerBo()
Method Detail |
---|
public Long getId()
getId
in interface KenIdentifiable
public void setId(Long id)
id
- the primary key valuepublic NotificationChannelBo getChannel()
getChannel
in interface NotificationChannelReviewerContract
public void setChannel(NotificationChannelBo channel)
channel
- the channel with which this reviewer is associatedpublic String getReviewerId()
getReviewerId
in interface NotificationChannelReviewerContract
public void setReviewerId(String reviewerId)
reviewerId
- the user id of the reviewerpublic String getReviewerType()
getReviewerType
in interface NotificationChannelReviewerContract
public void setReviewerType(String reviewerType)
reviewerType
- the type of reviewer, USER or GROUPpublic static NotificationChannelReviewer to(NotificationChannelReviewerBo bo)
bo
- the mutable business object
public static NotificationChannelReviewerBo from(NotificationChannelReviewer im)
im
- immutable object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |