public static final class NotificationChannelReviewer.Builder extends Object implements Serializable, ModelBuilder, NotificationChannelReviewerContract
NotificationChannelReviewer instances. Enforces the constraints of the NotificationChannelReviewerContract.| Modifier and Type | Method and Description |
|---|---|
NotificationChannelReviewer |
build() |
static NotificationChannelReviewer.Builder |
create() |
static NotificationChannelReviewer.Builder |
create(NotificationChannelReviewerContract contract) |
NotificationChannel.Builder |
getChannel() |
Long |
getId() |
String |
getObjectId() |
String |
getReviewerId() |
String |
getReviewerType() |
Long |
getVersionNumber() |
void |
setChannel(NotificationChannel.Builder channel) |
void |
setId(Long id) |
void |
setObjectId(String objectId) |
void |
setReviewerId(String reviewerId) |
void |
setReviewerType(String reviewerType) |
void |
setVersionNumber(Long versionNumber) |
public static NotificationChannelReviewer.Builder create()
public static NotificationChannelReviewer.Builder create(NotificationChannelReviewerContract contract)
public NotificationChannelReviewer build()
build in interface ModelBuilderpublic NotificationChannel.Builder getChannel()
getChannel in interface NotificationChannelReviewerContractpublic String getReviewerType()
getReviewerType in interface NotificationChannelReviewerContractpublic String getReviewerId()
getReviewerId in interface NotificationChannelReviewerContractpublic Long getId()
getId in interface KenIdentifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic void setChannel(NotificationChannel.Builder channel)
public void setReviewerType(String reviewerType)
public void setReviewerId(String reviewerId)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.