@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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
toString
public NotificationChannelReviewerBo()
public Long getId()
getId
in interface KenIdentifiable
public 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 objectpublic static NotificationChannelReviewerBo from(NotificationChannelReviewer im)
im
- immutable objectCopyright © 2005–2014 The Kuali Foundation. All rights reserved.