| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.bo.NotificationChannelReviewer
public class NotificationChannelReviewer
A reviewer for a notification publications to a NotificationChannel
| Field Summary | |
|---|---|
| private  NotificationChannel | channel | 
| private  Long | id | 
| private  String | reviewerId | 
| private  String | reviewerType | 
| 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 | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
private Long id
private NotificationChannel channel
private String reviewerType
private String reviewerId
| 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 GROUPpublic String toString()
toString in class ObjectObject.toString()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||