org.kuali.rice.ken.api.notification
Class NotificationProducer

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.ken.api.notification.NotificationProducer
All Implemented Interfaces:
Serializable, GloballyUnique, Versioned, ModelObjectBasic, ModelObjectComplete, KenIdentifiable, NotificationProducerContract

public final class NotificationProducer
extends AbstractDataTransferObject
implements NotificationProducerContract

See Also:
Serialized Form

Nested Class Summary
static class NotificationProducer.Builder
          A builder which can be used to construct NotificationProducer instances.
 
Method Summary
 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.
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface NotificationProducerContract

getDescription

public String getDescription()
Specified by:
getDescription in interface NotificationProducerContract

getContactInfo

public String getContactInfo()
Specified by:
getContactInfo in interface NotificationProducerContract

getId

public Long getId()
Specified by:
getId in interface KenIdentifiable

getChannelIds

public List<Long> getChannelIds()
Specified by:
getChannelIds in interface NotificationProducerContract

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.

Specified by:
getVersionNumber in interface Versioned
Returns:
the version number, or null if one has not been assigned yet

getObjectId

public String getObjectId()
Description copied from interface: GloballyUnique
Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.

Specified by:
getObjectId in interface GloballyUnique
Returns:
the objectId of this object, or null if it has not been set yet


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.