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()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static NotificationRecipient.Builder |
create() |
static NotificationRecipient.Builder |
create(NotificationRecipientContract contract) |
Long |
getId() |
Long |
getNotificationId() |
String |
getObjectId()
Return the globally unique object id of this object.
|
String |
getRecipientId() |
String |
getRecipientType() |
Long |
getVersionNumber()
Returns the version number for this object.
|
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()
ModelBuilder
build
in interface ModelBuilder
public Long getNotificationId()
getNotificationId
in interface NotificationRecipientContract
public String getRecipientType()
getRecipientType
in interface NotificationRecipientContract
public String getRecipientId()
getRecipientId
in interface NotificationRecipientContract
public Long getId()
getId
in interface KenIdentifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public 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–2016 The Kuali Foundation. All rights reserved.