|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.bo.BusinessObjectBase org.kuali.rice.kns.bo.PersistableBusinessObjectBase org.kuali.rice.ken.bo.NotificationChannelReviewer
@Entity public class NotificationChannelReviewer
A reviewer for a notification publications to a NotificationChannel
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
NotificationChannelReviewer()
|
Method Summary | |
---|---|
NotificationChannel |
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(NotificationChannel 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 |
Methods inherited from class org.kuali.rice.kns.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 NotificationChannelReviewer()
Method Detail |
---|
public Long getId()
public void setId(Long id)
id
- the primary key valuepublic NotificationChannel getChannel()
public void setChannel(NotificationChannel channel)
channel
- the channel with which this reviewer is associatedpublic String getReviewerId()
public void setReviewerId(String reviewerId)
reviewerId
- the user id of the reviewerpublic String getReviewerType()
public void setReviewerType(String reviewerType)
reviewerType
- the type of reviewer, USER or GROUP
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |