@Entity public class NotificationChannelReviewerBo extends PersistableBusinessObjectBase implements NotificationChannelReviewerContract
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description | 
|---|
| NotificationChannelReviewerBo() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdtoStringpublic NotificationChannelReviewerBo()
public Long getId()
getId in interface KenIdentifiablepublic NotificationChannelBo getChannel()
getChannel in interface NotificationChannelReviewerContractpublic void setChannel(NotificationChannelBo channel)
channel - the channel with which this reviewer is associatedpublic String getReviewerId()
getReviewerId in interface NotificationChannelReviewerContractpublic void setReviewerId(String reviewerId)
reviewerId - the user id of the reviewerpublic String getReviewerType()
getReviewerType in interface NotificationChannelReviewerContractpublic void setReviewerType(String reviewerType)
reviewerType - the type of reviewer, USER or GROUPpublic static NotificationChannelReviewer to(NotificationChannelReviewerBo bo)
bo - the mutable business objectpublic static NotificationChannelReviewerBo from(NotificationChannelReviewer im)
im - immutable objectCopyright © 2005–2014 The Kuali Foundation. All rights reserved.