public class SubscriptionEventModelDao extends EntityBase implements EntityModelDao<SubscriptionBaseEvent>
createdDate, id, updatedDate| Constructor and Description |
|---|
SubscriptionEventModelDao() |
SubscriptionEventModelDao(SubscriptionBaseEvent src) |
SubscriptionEventModelDao(UUID id,
long totalOrdering,
SubscriptionBaseEvent.EventType eventType,
ApiEventType userType,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
UUID subscriptionId,
String planName,
String phaseName,
String priceListName,
long currentVersion,
boolean active,
org.joda.time.DateTime createDate,
org.joda.time.DateTime updateDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCurrentVersion() |
org.joda.time.DateTime |
getEffectiveDate() |
SubscriptionBaseEvent.EventType |
getEventType() |
TableName |
getHistoryTableName() |
boolean |
getIsActive() |
String |
getPhaseName() |
String |
getPlanName() |
String |
getPriceListName() |
org.joda.time.DateTime |
getRequestedDate() |
UUID |
getSubscriptionId() |
TableName |
getTableName() |
long |
getTotalOrdering() |
ApiEventType |
getUserType() |
int |
hashCode() |
boolean |
isActive() |
String |
toString() |
static SubscriptionBaseEvent |
toSubscriptionEvent(SubscriptionEventModelDao src) |
getCreatedDate, getId, getUpdatedDate, safeCompareToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreatedDate, getId, getUpdatedDatepublic SubscriptionEventModelDao()
public SubscriptionEventModelDao(UUID id, long totalOrdering, SubscriptionBaseEvent.EventType eventType, ApiEventType userType, org.joda.time.DateTime requestedDate, org.joda.time.DateTime effectiveDate, UUID subscriptionId, String planName, String phaseName, String priceListName, long currentVersion, boolean active, org.joda.time.DateTime createDate, org.joda.time.DateTime updateDate)
public SubscriptionEventModelDao(SubscriptionBaseEvent src)
public long getTotalOrdering()
public SubscriptionBaseEvent.EventType getEventType()
public ApiEventType getUserType()
public org.joda.time.DateTime getRequestedDate()
public org.joda.time.DateTime getEffectiveDate()
public UUID getSubscriptionId()
public String getPlanName()
public String getPhaseName()
public String getPriceListName()
public long getCurrentVersion()
public boolean getIsActive()
public boolean isActive()
public static SubscriptionBaseEvent toSubscriptionEvent(SubscriptionEventModelDao src)
public boolean equals(Object o)
equals in class EntityBasepublic int hashCode()
hashCode in class EntityBasepublic TableName getTableName()
getTableName in interface EntityModelDao<SubscriptionBaseEvent>public TableName getHistoryTableName()
getHistoryTableName in interface EntityModelDao<SubscriptionBaseEvent>Copyright © 2010-2013. All Rights Reserved.