|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.api.notification.NotificationChannelReviewer.Builder
public static final class NotificationChannelReviewer.Builder
A builder which can be used to construct NotificationChannelReviewer instances. Enforces the constraints of the NotificationChannelReviewerContract.
| Method Summary | |
|---|---|
NotificationChannelReviewer |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static NotificationChannelReviewer.Builder |
create()
|
static NotificationChannelReviewer.Builder |
create(NotificationChannelReviewerContract contract)
|
NotificationChannel.Builder |
getChannel()
|
Long |
getId()
|
String |
getObjectId()
Return the globally unique object id of this object. |
String |
getReviewerId()
|
String |
getReviewerType()
|
Long |
getVersionNumber()
Returns the version number for this object. |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static NotificationChannelReviewer.Builder create()
public static NotificationChannelReviewer.Builder create(NotificationChannelReviewerContract contract)
public NotificationChannelReviewer build()
ModelBuilder
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()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic void setChannel(NotificationChannel.Builder channel)
public void setReviewerType(String reviewerType)
public void setReviewerId(String reviewerId)
public void setId(Long id)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||