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, toString
public String getName()
getName
in interface NotificationChannelContract
public String getDescription()
getDescription
in interface NotificationChannelContract
public boolean isSubscribable()
isSubscribable
in interface NotificationChannelContract
public List<NotificationListRecipient> getRecipientLists()
getRecipientLists
in interface NotificationChannelContract
public List<NotificationProducer> getProducers()
getProducers
in interface NotificationChannelContract
public List<NotificationChannelReviewer> getReviewers()
getReviewers
in interface NotificationChannelContract
public List<UserChannelSubscription> getSubscriptions()
getSubscriptions
in interface NotificationChannelContract
public Long getId()
getId
in interface KenIdentifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.