@Entity public class AddressImpl extends Object implements Address
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
addressLine3 |
protected String |
city |
protected String |
companyName |
protected Country |
country
Deprecated.
|
protected String |
county |
protected String |
emailAddress |
protected String |
fax
Deprecated.
|
protected String |
firstName |
protected String |
fullName |
protected Long |
id |
protected boolean |
isActive |
protected boolean |
isBusiness |
protected boolean |
isDefault |
protected boolean |
isMailing
Intended to be used to differentiate whether this address is a physical address (e.g.
|
protected ISOCountry |
isoCountryAlpha2 |
protected String |
isoCountrySubdivision |
protected boolean |
isStreet
Intended to be used to differentiate whether this address is a physical address (e.g.
|
protected String |
lastName |
protected Phone |
phoneFax |
protected Phone |
phonePrimary |
protected Phone |
phoneSecondary |
protected String |
postalCode |
protected String |
primaryPhone
Deprecated.
|
protected String |
secondaryPhone
Deprecated.
|
protected Boolean |
standardized
This is intented to be used for address verification integrations and should not be modifiable in the admin
|
protected State |
state
Deprecated.
|
protected String |
stateProvinceRegion |
protected String |
tokenizedAddress
This is intented to be used for address verification integrations and should not be modifiable in the admin
|
protected String |
verificationLevel
This is intented to be used for address verification integrations and should not be modifiable in the admin
|
protected String |
zipFour |
| Constructor and Description |
|---|
AddressImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends Address> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
String |
getAddressLine1() |
String |
getAddressLine2() |
String |
getAddressLine3() |
String |
getCity() |
String |
getCompanyName() |
Country |
getCountry()
Deprecated.
|
String |
getCounty() |
String |
getEmailAddress() |
String |
getFax()
Deprecated.
|
String |
getFirstName() |
String |
getFullName() |
Long |
getId() |
ISOCountry |
getIsoCountryAlpha2()
gets the ISO 3166-1 alpha-2 code for the country where this address resides
|
String |
getIsoCountrySubdivision()
gets the ISO 3166-2 code for the country subdivision (state/region/province) where this address resides
|
String |
getLastName() |
Phone |
getPhoneFax() |
Phone |
getPhonePrimary() |
Phone |
getPhoneSecondary() |
String |
getPostalCode() |
String |
getPrimaryPhone()
Deprecated.
|
String |
getSecondaryPhone()
Deprecated.
|
Boolean |
getStandardized() |
State |
getState()
Deprecated.
|
String |
getStateProvinceRegion() |
String |
getTokenizedAddress() |
String |
getVerificationLevel() |
String |
getZipFour() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isBusiness() |
boolean |
isDefault() |
boolean |
isMailing() |
boolean |
isStreet() |
void |
setActive(boolean isActive) |
void |
setAddressLine1(String addressLine1) |
void |
setAddressLine2(String addressLine2) |
void |
setAddressLine3(String addressLine3) |
void |
setBusiness(boolean isBusiness) |
void |
setCity(String city) |
void |
setCompanyName(String companyName) |
void |
setCountry(Country country)
Deprecated.
|
void |
setCounty(String county) |
void |
setDefault(boolean isDefault) |
void |
setEmailAddress(String emailAddress) |
void |
setFax(String fax)
Deprecated.
|
void |
setFirstName(String firstName) |
void |
setFullName(String fullName) |
void |
setId(Long id) |
void |
setIsoCountryAlpha2(ISOCountry isoCountryAlpha2)
sets the ISO 3166-1 alpha-2 code for the country where this address resides
|
void |
setIsoCountrySubdivision(String isoCountrySubdivision)
sets the ISO 3166-2 code for the country subdivision (state/region/province) where this address resides
|
void |
setLastName(String lastName) |
void |
setMailing(boolean isMailing) |
void |
setPhoneFax(Phone phoneFax) |
void |
setPhonePrimary(Phone phonePrimary) |
void |
setPhoneSecondary(Phone phoneSecondary) |
void |
setPostalCode(String postalCode) |
void |
setPrimaryPhone(String primaryPhone)
Deprecated.
|
void |
setSecondaryPhone(String secondaryPhone)
Deprecated.
|
void |
setStandardized(Boolean standardized) |
void |
setState(State state)
Deprecated.
|
void |
setStateProvinceRegion(String stateProvinceRegion)
sets the friendly name indicating a countries subdivision, i.e.
|
void |
setStreet(boolean isStreet) |
void |
setTokenizedAddress(String tokenizedAddress) |
void |
setVerificationLevel(String verificationLevel) |
void |
setZipFour(String zipFour) |
protected Long id
protected String fullName
protected String firstName
protected String lastName
protected String emailAddress
protected String companyName
protected String addressLine1
protected String addressLine2
protected String addressLine3
protected String city
@Deprecated protected State state
protected String isoCountrySubdivision
protected String stateProvinceRegion
protected String county
@Deprecated protected Country country
protected ISOCountry isoCountryAlpha2
protected String postalCode
protected String zipFour
protected Phone phonePrimary
protected Phone phoneSecondary
protected Phone phoneFax
protected boolean isDefault
protected boolean isActive
protected boolean isBusiness
protected boolean isStreet
protected boolean isMailing
protected String tokenizedAddress
protected Boolean standardized
protected String verificationLevel
@Deprecated protected String primaryPhone
@Deprecated protected String secondaryPhone
@Deprecated protected String fax
public String getAddressLine1()
getAddressLine1 in interface Addresspublic void setAddressLine1(String addressLine1)
setAddressLine1 in interface Addresspublic String getAddressLine2()
getAddressLine2 in interface Addresspublic void setAddressLine2(String addressLine2)
setAddressLine2 in interface Addresspublic String getAddressLine3()
getAddressLine3 in interface Addresspublic void setAddressLine3(String addressLine3)
setAddressLine3 in interface Address@Deprecated public Country getCountry()
getCountry in interface Address@Deprecated public void setCountry(Country country)
setCountry in interface Addresspublic String getIsoCountrySubdivision()
AddressgetIsoCountrySubdivision in interface Addresspublic void setIsoCountrySubdivision(String isoCountrySubdivision)
AddresssetIsoCountrySubdivision in interface AddressisoCountrySubdivision - - ISO 3166-2 country subdivision codepublic String getStateProvinceRegion()
getStateProvinceRegion in interface Addresspublic void setStateProvinceRegion(String stateProvinceRegion)
AddresssetStateProvinceRegion in interface AddressstateProvinceRegion - - friendly namepublic ISOCountry getIsoCountryAlpha2()
AddressgetIsoCountryAlpha2 in interface Addresspublic void setIsoCountryAlpha2(ISOCountry isoCountryAlpha2)
AddresssetIsoCountryAlpha2 in interface AddressisoCountryAlpha2 - - ISO 3166-1 alpha-2 codepublic String getPostalCode()
getPostalCode in interface Addresspublic void setPostalCode(String postalCode)
setPostalCode in interface Address@Deprecated public State getState()
@Deprecated public void setState(State state)
public String getTokenizedAddress()
getTokenizedAddress in interface Addresspublic void setTokenizedAddress(String tokenizedAddress)
setTokenizedAddress in interface Addresspublic Boolean getStandardized()
getStandardized in interface Addresspublic void setStandardized(Boolean standardized)
setStandardized in interface Addresspublic String getZipFour()
getZipFour in interface Addresspublic void setZipFour(String zipFour)
setZipFour in interface Addresspublic String getCompanyName()
getCompanyName in interface Addresspublic void setCompanyName(String companyName)
setCompanyName in interface Addresspublic void setDefault(boolean isDefault)
setDefault in interface Addresspublic String getFullName()
getFullName in interface Addresspublic void setFullName(String fullName)
setFullName in interface Addresspublic String getFirstName()
getFirstName in interface Addresspublic void setFirstName(String firstName)
setFirstName in interface Addresspublic String getLastName()
getLastName in interface Addresspublic void setLastName(String lastName)
setLastName in interface Address@Deprecated public String getPrimaryPhone()
getPrimaryPhone in interface AddressPhone}@Deprecated public void setPrimaryPhone(String primaryPhone)
setPrimaryPhone in interface AddressPhone}@Deprecated public String getSecondaryPhone()
getSecondaryPhone in interface AddressPhone}@Deprecated public void setSecondaryPhone(String secondaryPhone)
setSecondaryPhone in interface AddressPhone}@Deprecated public String getFax()
@Deprecated public void setFax(String fax)
public Phone getPhonePrimary()
getPhonePrimary in interface Addresspublic void setPhonePrimary(Phone phonePrimary)
setPhonePrimary in interface Addresspublic Phone getPhoneSecondary()
getPhoneSecondary in interface Addresspublic void setPhoneSecondary(Phone phoneSecondary)
setPhoneSecondary in interface Addresspublic Phone getPhoneFax()
getPhoneFax in interface Addresspublic void setPhoneFax(Phone phoneFax)
setPhoneFax in interface Addresspublic boolean isBusiness()
isBusiness in interface Addresspublic void setBusiness(boolean isBusiness)
setBusiness in interface Addresspublic void setMailing(boolean isMailing)
setMailing in interface Addresspublic String getVerificationLevel()
getVerificationLevel in interface Addresspublic void setVerificationLevel(String verificationLevel)
setVerificationLevel in interface Addresspublic String getEmailAddress()
getEmailAddress in interface Addresspublic void setEmailAddress(String emailAddress)
setEmailAddress in interface Addresspublic <G extends Address> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<Address>CloneNotSupportedExceptionCopyright © 2015. All Rights Reserved.