public static final class NotificationSender.Builder extends Object implements Serializable, ModelBuilder, NotificationSenderContract
NotificationSender instances. Enforces the constraints of the NotificationSenderContract.| Modifier and Type | Method and Description |
|---|---|
NotificationSender |
build() |
static NotificationSender.Builder |
create() |
static NotificationSender.Builder |
create(NotificationSenderContract contract) |
Long |
getId() |
Long |
getNotificationId() |
String |
getObjectId() |
String |
getSenderName() |
Long |
getVersionNumber() |
void |
setId(Long id) |
void |
setNotificationId(Long notificationId) |
void |
setObjectId(String objectId) |
void |
setSenderName(String senderName) |
void |
setVersionNumber(Long versionNumber) |
public static NotificationSender.Builder create()
public static NotificationSender.Builder create(NotificationSenderContract contract)
public NotificationSender build()
build in interface ModelBuilderpublic Long getNotificationId()
getNotificationId in interface NotificationSenderContractpublic String getSenderName()
getSenderName in interface NotificationSenderContractpublic Long getId()
getId in interface KenIdentifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic void setNotificationId(Long notificationId)
public void setSenderName(String senderName)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.