public final class NotificationChannelReviewer extends AbstractDataTransferObject implements NotificationChannelReviewerContract
Modifier and Type | Class and Description |
---|---|
static class |
NotificationChannelReviewer.Builder
A builder which can be used to construct
NotificationChannelReviewer instances. |
Modifier and Type | Method and Description |
---|---|
NotificationChannel |
getChannel() |
Long |
getId() |
String |
getObjectId()
Return the globally unique object id of this object.
|
String |
getReviewerId() |
String |
getReviewerType() |
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public NotificationChannel getChannel()
getChannel
in interface NotificationChannelReviewerContract
public String getReviewerType()
getReviewerType
in interface NotificationChannelReviewerContract
public String getReviewerId()
getReviewerId
in interface NotificationChannelReviewerContract
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–2014 The Kuali Foundation. All rights reserved.