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