public abstract class AccountsAccountHolder
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AccountsAccountHolder(AccountHolderType type,
java.lang.String taxId,
DateOfBirth dateOfBirth,
CountryCode countryOfBirth,
java.lang.String residentialStatus,
Address billingAddress,
AccountPhone phone,
AccountHolderIdentification identification,
java.lang.String email) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Address |
getBillingAddress() |
CountryCode |
getCountryOfBirth() |
DateOfBirth |
getDateOfBirth() |
java.lang.String |
getEmail() |
AccountHolderIdentification |
getIdentification() |
AccountPhone |
getPhone() |
java.lang.String |
getResidentialStatus() |
java.lang.String |
getTaxId() |
AccountHolderType |
getType() |
int |
hashCode() |
void |
setBillingAddress(Address billingAddress) |
void |
setCountryOfBirth(CountryCode countryOfBirth) |
void |
setDateOfBirth(DateOfBirth dateOfBirth) |
void |
setEmail(java.lang.String email) |
void |
setIdentification(AccountHolderIdentification identification) |
void |
setPhone(AccountPhone phone) |
void |
setResidentialStatus(java.lang.String residentialStatus) |
void |
setTaxId(java.lang.String taxId) |
void |
setType(AccountHolderType type) |
java.lang.String |
toString() |
protected AccountsAccountHolder(AccountHolderType type, java.lang.String taxId, DateOfBirth dateOfBirth, CountryCode countryOfBirth, java.lang.String residentialStatus, Address billingAddress, AccountPhone phone, AccountHolderIdentification identification, java.lang.String email)
public AccountHolderType getType()
public java.lang.String getTaxId()
public DateOfBirth getDateOfBirth()
public CountryCode getCountryOfBirth()
public java.lang.String getResidentialStatus()
public Address getBillingAddress()
public AccountPhone getPhone()
public AccountHolderIdentification getIdentification()
public java.lang.String getEmail()
public void setType(AccountHolderType type)
public void setTaxId(java.lang.String taxId)
public void setDateOfBirth(DateOfBirth dateOfBirth)
public void setCountryOfBirth(CountryCode countryOfBirth)
public void setResidentialStatus(java.lang.String residentialStatus)
public void setBillingAddress(Address billingAddress)
public void setPhone(AccountPhone phone)
public void setIdentification(AccountHolderIdentification identification)
public void setEmail(java.lang.String email)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object