org.kuali.rice.ken.api.notification
Class NotificationChannelReviewer
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.ken.api.notification.NotificationChannelReviewer
- All Implemented Interfaces:
- Serializable, GloballyUnique, Versioned, ModelObjectBasic, ModelObjectComplete, KenIdentifiable, NotificationChannelReviewerContract
public final class NotificationChannelReviewer
- extends AbstractDataTransferObject
- implements NotificationChannelReviewerContract
- See Also:
- Serialized Form
getChannel
public NotificationChannel getChannel()
- Specified by:
getChannel
in interface NotificationChannelReviewerContract
getReviewerType
public String getReviewerType()
- Specified by:
getReviewerType
in interface NotificationChannelReviewerContract
getReviewerId
public String getReviewerId()
- Specified by:
getReviewerId
in interface NotificationChannelReviewerContract
getId
public Long getId()
- Specified by:
getId
in interface KenIdentifiable
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.