Class NotificationChannel
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.ken.api.notification.NotificationChannel
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,KenIdentifiable,NotificationChannelContract
public final class NotificationChannel
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements NotificationChannelContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructNotificationChannelinstances. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getName
- Specified by:
getNamein interfaceNotificationChannelContract
-
getDescription
- Specified by:
getDescriptionin interfaceNotificationChannelContract
-
isSubscribable
public boolean isSubscribable()- Specified by:
isSubscribablein interfaceNotificationChannelContract
-
getRecipientLists
- Specified by:
getRecipientListsin interfaceNotificationChannelContract
-
getProducers
- Specified by:
getProducersin interfaceNotificationChannelContract
-
getReviewers
- Specified by:
getReviewersin interfaceNotificationChannelContract
-
getSubscriptions
- Specified by:
getSubscriptionsin interfaceNotificationChannelContract
-
getId
- Specified by:
getIdin interfaceKenIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique
-