public final class NotificationProducer extends AbstractDataTransferObject implements NotificationProducerContract
Modifier and Type | Class and Description |
---|---|
static class |
NotificationProducer.Builder
A builder which can be used to construct
NotificationProducer instances. |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getChannelIds() |
String |
getContactInfo() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getName()
getName
in interface NotificationProducerContract
public String getDescription()
getDescription
in interface NotificationProducerContract
public String getContactInfo()
getContactInfo
in interface NotificationProducerContract
public Long getId()
getId
in interface KenIdentifiable
public List<Long> getChannelIds()
getChannelIds
in interface NotificationProducerContract
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.