public final class NotificationChannel extends AbstractDataTransferObject implements NotificationChannelContract
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationChannel.Builder
A builder which can be used to construct
NotificationChannel instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getObjectId()
Return the globally unique object id of this object.
|
List<NotificationProducer> |
getProducers() |
List<NotificationListRecipient> |
getRecipientLists() |
List<NotificationChannelReviewer> |
getReviewers() |
List<UserChannelSubscription> |
getSubscriptions() |
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isSubscribable() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getName()
getName in interface NotificationChannelContractpublic String getDescription()
getDescription in interface NotificationChannelContractpublic boolean isSubscribable()
isSubscribable in interface NotificationChannelContractpublic List<NotificationListRecipient> getRecipientLists()
getRecipientLists in interface NotificationChannelContractpublic List<NotificationProducer> getProducers()
getProducers in interface NotificationChannelContractpublic List<NotificationChannelReviewer> getReviewers()
getReviewers in interface NotificationChannelContractpublic List<UserChannelSubscription> getSubscriptions()
getSubscriptions in interface NotificationChannelContractpublic Long getId()
getId in interface KenIdentifiablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.