public abstract class EventBase extends Object implements SubscriptionBaseEvent
SubscriptionBaseEvent.EventType| Constructor and Description |
|---|
EventBase(EventBaseBuilder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SubscriptionBaseEvent other) |
boolean |
equals(Object other) |
org.joda.time.DateTime |
getCreatedDate() |
org.joda.time.DateTime |
getEffectiveDate() |
UUID |
getId() |
UUID |
getSubscriptionId() |
long |
getTotalOrdering() |
abstract SubscriptionBaseEvent.EventType |
getType() |
org.joda.time.DateTime |
getUpdatedDate() |
boolean |
isActive() |
public EventBase(EventBaseBuilder<?> builder)
public org.joda.time.DateTime getEffectiveDate()
getEffectiveDate in interface SubscriptionBaseEventpublic UUID getSubscriptionId()
getSubscriptionId in interface SubscriptionBaseEventpublic long getTotalOrdering()
getTotalOrdering in interface SubscriptionBaseEventpublic org.joda.time.DateTime getCreatedDate()
getCreatedDate in interface Entitypublic org.joda.time.DateTime getUpdatedDate()
getUpdatedDate in interface Entitypublic boolean isActive()
isActive in interface SubscriptionBaseEventpublic int compareTo(SubscriptionBaseEvent other)
compareTo in interface Comparable<SubscriptionBaseEvent>public abstract SubscriptionBaseEvent.EventType getType()
getType in interface SubscriptionBaseEventCopyright © 2010-2017. All Rights Reserved.