|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.api.notification.NotificationListRecipient.Builder
public static final class NotificationListRecipient.Builder
A builder which can be used to construct NotificationListRecipient instances. Enforces the constraints of the NotificationListRecipientContract.
| Method Summary | |
|---|---|
NotificationListRecipient |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static NotificationListRecipient.Builder |
create()
|
static NotificationListRecipient.Builder |
create(NotificationListRecipientContract contract)
|
NotificationChannel.Builder |
getChannel()
|
Long |
getId()
|
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 |
setChannel(NotificationChannel.Builder channel)
|
void |
setId(Long id)
|
void |
setObjectId(String objectId)
|
void |
setRecipientId(String recipientId)
|
void |
setRecipientType(String recipientType)
|
void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static NotificationListRecipient.Builder create()
public static NotificationListRecipient.Builder create(NotificationListRecipientContract contract)
public NotificationListRecipient build()
ModelBuilder
build in interface ModelBuilderpublic NotificationChannel.Builder getChannel()
getChannel in interface NotificationListRecipientContractpublic String getRecipientId()
getRecipientId in interface NotificationListRecipientContractpublic String getRecipientType()
getRecipientType in interface NotificationListRecipientContractpublic Long getId()
getId in interface KenIdentifiablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic void setChannel(NotificationChannel.Builder channel)
public void setRecipientId(String recipientId)
public void setRecipientType(String recipientType)
public void setId(Long id)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||