public final class NotificationRecipient extends AbstractDataTransferObject implements NotificationRecipientContract
Modifier and Type | Class and Description |
---|---|
static class |
NotificationRecipient.Builder
A builder which can be used to construct
NotificationRecipient instances. |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Long |
getNotificationId() |
String |
getObjectId()
Return the globally unique object id of this object.
|
String |
getRecipientId() |
String |
getRecipientType() |
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public Long getNotificationId()
getNotificationId
in interface NotificationRecipientContract
public String getRecipientType()
getRecipientType
in interface NotificationRecipientContract
public String getRecipientId()
getRecipientId
in interface NotificationRecipientContract
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-2015 The Kuali Foundation. All Rights Reserved.