public class DefaultImmutableAccountData extends Object implements ImmutableAccountData
| Constructor and Description |
|---|
DefaultImmutableAccountData(Account account) |
DefaultImmutableAccountData(UUID id,
String externalKey,
Currency currency,
org.joda.time.DateTimeZone dateTimeZone,
org.joda.time.DateTimeZone fixedOffsetDateTimeZone,
org.joda.time.DateTime referenceTime,
UUID parentAccountId,
boolean isPaymentDelegatedToParent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Currency |
getCurrency() |
String |
getExternalKey() |
org.joda.time.DateTimeZone |
getFixedOffsetTimeZone() |
UUID |
getId() |
UUID |
getParentAccountId() |
org.joda.time.DateTime |
getReferenceTime() |
org.joda.time.DateTimeZone |
getTimeZone() |
int |
hashCode() |
Boolean |
isPaymentDelegatedToParent() |
String |
toString() |
public DefaultImmutableAccountData(UUID id, String externalKey, Currency currency, org.joda.time.DateTimeZone dateTimeZone, org.joda.time.DateTimeZone fixedOffsetDateTimeZone, org.joda.time.DateTime referenceTime, UUID parentAccountId, boolean isPaymentDelegatedToParent)
public DefaultImmutableAccountData(Account account)
public UUID getId()
getId in interface ImmutableAccountDatapublic String getExternalKey()
getExternalKey in interface ImmutableAccountDatapublic Currency getCurrency()
getCurrency in interface ImmutableAccountDatapublic org.joda.time.DateTimeZone getTimeZone()
getTimeZone in interface ImmutableAccountDatapublic UUID getParentAccountId()
getParentAccountId in interface ImmutableAccountDatapublic Boolean isPaymentDelegatedToParent()
isPaymentDelegatedToParent in interface ImmutableAccountDatapublic org.joda.time.DateTimeZone getFixedOffsetTimeZone()
getFixedOffsetTimeZone in interface ImmutableAccountDatapublic org.joda.time.DateTime getReferenceTime()
getReferenceTime in interface ImmutableAccountDataCopyright © 2010-2016. All Rights Reserved.