Class NotificationSender.Builder
java.lang.Object
org.kuali.rice.ken.api.notification.NotificationSender.Builder
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelBuilder,KenIdentifiable,NotificationSenderContract
- Enclosing class:
NotificationSender
public static final class NotificationSender.Builder
extends Object
implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, NotificationSenderContract
A builder which can be used to construct
NotificationSender instances. Enforces the constraints of the NotificationSenderContract.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()static NotificationSender.Buildercreate()static NotificationSender.Buildercreate(NotificationSenderContract contract) getId()voidvoidsetNotificationId(Long notificationId) voidsetObjectId(String objectId) voidsetSenderName(String senderName) voidsetVersionNumber(Long versionNumber)
-
Method Details
-
create
-
create
-
build
- Specified by:
buildin interfaceorg.kuali.rice.core.api.mo.ModelBuilder
-
getNotificationId
- Specified by:
getNotificationIdin interfaceNotificationSenderContract
-
getSenderName
- Specified by:
getSenderNamein interfaceNotificationSenderContract
-
getId
- Specified by:
getIdin interfaceKenIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique
-
setNotificationId
-
setSenderName
-
setId
-
setVersionNumber
-
setObjectId
-