public class DefaultSubscriptionBaseBundle extends EntityBase implements SubscriptionBaseBundle
createdDate, id, updatedDate| Constructor and Description |
|---|
DefaultSubscriptionBaseBundle(String name,
UUID accountId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime originalCreatedDate,
org.joda.time.DateTime createdDate,
org.joda.time.DateTime updatedDate) |
DefaultSubscriptionBaseBundle(UUID id,
String key,
UUID accountId,
org.joda.time.DateTime lastSysUpdate,
org.joda.time.DateTime originalCreatedDate,
org.joda.time.DateTime createdDate,
org.joda.time.DateTime updatedDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getAccountId() |
String |
getExternalKey() |
org.joda.time.DateTime |
getLastSysUpdateDate() |
org.joda.time.DateTime |
getOriginalCreatedDate() |
int |
hashCode() |
String |
toString() |
getCreatedDate, getId, getUpdatedDate, safeCompareToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreatedDate, getId, getUpdatedDatepublic DefaultSubscriptionBaseBundle(String name, UUID accountId, org.joda.time.DateTime startDate, org.joda.time.DateTime originalCreatedDate, org.joda.time.DateTime createdDate, org.joda.time.DateTime updatedDate)
public String getExternalKey()
getExternalKey in interface SubscriptionBaseBundlepublic org.joda.time.DateTime getOriginalCreatedDate()
getOriginalCreatedDate in interface SubscriptionBaseBundlepublic UUID getAccountId()
getAccountId in interface SubscriptionBaseBundlepublic org.joda.time.DateTime getLastSysUpdateDate()
public boolean equals(Object o)
equals in class EntityBasepublic int hashCode()
hashCode in class EntityBaseCopyright © 2010-2013. All Rights Reserved.