Class NotificationChannelReviewer.Builder
java.lang.Object
org.kuali.rice.ken.api.notification.NotificationChannelReviewer.Builder
- All Implemented Interfaces:
Serializable,GloballyUnique,Versioned,ModelBuilder,KenIdentifiable,NotificationChannelReviewerContract
- Enclosing class:
NotificationChannelReviewer
public static final class NotificationChannelReviewer.Builder
extends Object
implements Serializable, ModelBuilder, NotificationChannelReviewerContract
A builder which can be used to construct
NotificationChannelReviewer instances. Enforces the constraints of the NotificationChannelReviewerContract.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(NotificationChannelReviewerContract contract) getId()voidsetChannel(NotificationChannel.Builder channel) voidvoidsetObjectId(String objectId) voidsetReviewerId(String reviewerId) voidsetReviewerType(String reviewerType) voidsetVersionNumber(Long versionNumber)
-
Method Details
-
create
-
create
public static NotificationChannelReviewer.Builder create(NotificationChannelReviewerContract contract) -
build
- Specified by:
buildin interfaceModelBuilder
-
getChannel
- Specified by:
getChannelin interfaceNotificationChannelReviewerContract
-
getReviewerType
- Specified by:
getReviewerTypein interfaceNotificationChannelReviewerContract
-
getReviewerId
- Specified by:
getReviewerIdin interfaceNotificationChannelReviewerContract
-
getId
- Specified by:
getIdin interfaceKenIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
setChannel
-
setReviewerType
-
setReviewerId
-
setId
-
setVersionNumber
-
setObjectId
-