public abstract class EventBase extends java.lang.Object implements SubscriptionBaseEvent
SubscriptionBaseEvent.EventType| Constructor and Description |
|---|
EventBase(EventBaseBuilder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SubscriptionBaseEvent other) |
boolean |
equals(java.lang.Object other) |
org.joda.time.DateTime |
getCreatedDate() |
org.joda.time.DateTime |
getEffectiveDate() |
java.util.UUID |
getId() |
java.util.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 java.util.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 java.lang.Comparable<SubscriptionBaseEvent>public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic abstract SubscriptionBaseEvent.EventType getType()
getType in interface SubscriptionBaseEventCopyright © 2010-2018. All Rights Reserved.