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