public class SubscriptionBundleModelDao extends EntityBase implements EntityModelDao<SubscriptionBaseBundle>
createdDate, id, updatedDate| Constructor and Description |
|---|
SubscriptionBundleModelDao() |
SubscriptionBundleModelDao(DefaultSubscriptionBaseBundle input) |
SubscriptionBundleModelDao(UUID id,
String key,
UUID accountId,
org.joda.time.DateTime lastSysUpdateDate,
org.joda.time.DateTime createdDate,
org.joda.time.DateTime originalCreatedDate,
org.joda.time.DateTime updateDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getAccountId() |
String |
getExternalKey() |
TableName |
getHistoryTableName() |
org.joda.time.DateTime |
getLastSysUpdateDate() |
org.joda.time.DateTime |
getOriginalCreatedDate() |
TableName |
getTableName() |
int |
hashCode() |
String |
toString() |
static SubscriptionBaseBundle |
toSubscriptionbundle(SubscriptionBundleModelDao src) |
getCreatedDate, getId, getUpdatedDate, safeCompareToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreatedDate, getId, getUpdatedDatepublic SubscriptionBundleModelDao()
public SubscriptionBundleModelDao(UUID id, String key, UUID accountId, org.joda.time.DateTime lastSysUpdateDate, org.joda.time.DateTime createdDate, org.joda.time.DateTime originalCreatedDate, org.joda.time.DateTime updateDate)
public SubscriptionBundleModelDao(DefaultSubscriptionBaseBundle input)
public String getExternalKey()
public UUID getAccountId()
public org.joda.time.DateTime getLastSysUpdateDate()
public org.joda.time.DateTime getOriginalCreatedDate()
public static SubscriptionBaseBundle toSubscriptionbundle(SubscriptionBundleModelDao src)
public boolean equals(Object o)
equals in class EntityBasepublic int hashCode()
hashCode in class EntityBasepublic TableName getTableName()
getTableName in interface EntityModelDao<SubscriptionBaseBundle>public TableName getHistoryTableName()
getHistoryTableName in interface EntityModelDao<SubscriptionBaseBundle>Copyright © 2010-2013. All Rights Reserved.