public interface Address extends Serializable, MultiTenantCloneable<Address>
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressLine1() |
String |
getAddressLine2() |
String |
getAddressLine3() |
String |
getCity() |
String |
getCompanyName() |
Country |
getCountry()
Deprecated.
Should use
getIsoCountryAlpha2() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship. |
String |
getCounty() |
String |
getEmailAddress() |
String |
getFax()
Deprecated.
Should use
getPhoneFax() instead |
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.
Should use
getPhonePrimary() instead |
String |
getSecondaryPhone()
Deprecated.
Should use
getPhoneSecondary() instead |
Boolean |
getStandardized() |
State |
getState()
Deprecated.
Should use
getIsoCountrySubdivision() or getStateProvinceRegion() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship. |
String |
getStateProvinceRegion() |
String |
getTokenizedAddress() |
String |
getVerificationLevel() |
String |
getZipFour() |
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.
Should use
setIsoCountryAlpha2(ISOCountry) instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship. |
void |
setCounty(String county) |
void |
setDefault(boolean isDefault) |
void |
setEmailAddress(String emailAddress) |
void |
setFax(String fax)
Deprecated.
Should use
setPhoneFax(Phone) instead |
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 phone) |
void |
setPhonePrimary(Phone phonePrimary) |
void |
setPhoneSecondary(Phone phoneSecondary) |
void |
setPostalCode(String postalCode) |
void |
setPrimaryPhone(String primaryPhone)
Deprecated.
Should use
setPhonePrimary(Phone) instead |
void |
setSecondaryPhone(String secondaryPhone)
Deprecated.
Should use
setPhoneSecondary(Phone) instead |
void |
setStandardized(Boolean standardized) |
void |
setState(State state)
Deprecated.
Should use
#setIsoCountrySubdivision() or #setStateProvinceRegion() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship. |
void |
setStateProvinceRegion(String stateProvinceRegion)
sets the friendly name indicating a countries subdivision, i.e.
|
void |
setStreet(boolean isStreet) |
void |
setTokenizedAddress(String tAddress) |
void |
setVerificationLevel(String verificationLevel) |
void |
setZipFour(String zipFour) |
createOrRetrieveCopyInstancevoid setId(Long id)
Long getId()
void setAddressLine1(String addressLine1)
String getAddressLine1()
void setAddressLine2(String addressLine2)
String getAddressLine2()
void setAddressLine3(String addressLine3)
String getAddressLine3()
void setCity(String city)
String getCity()
@Deprecated void setState(State state)
#setIsoCountrySubdivision() or #setStateProvinceRegion() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship.@Deprecated State getState()
getIsoCountrySubdivision() or getStateProvinceRegion() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship.String getIsoCountrySubdivision()
void setIsoCountrySubdivision(String isoCountrySubdivision)
isoCountrySubdivision - - ISO 3166-2 country subdivision codeString getStateProvinceRegion()
void setStateProvinceRegion(String stateProvinceRegion)
stateProvinceRegion - - friendly namevoid setPostalCode(String postalCode)
String getPostalCode()
String getCounty()
void setCounty(String county)
String getZipFour()
void setZipFour(String zipFour)
@Deprecated void setCountry(Country country)
setIsoCountryAlpha2(ISOCountry) instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship.@Deprecated Country getCountry()
getIsoCountryAlpha2() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship.ISOCountry getIsoCountryAlpha2()
void setIsoCountryAlpha2(ISOCountry isoCountryAlpha2)
isoCountryAlpha2 - - ISO 3166-1 alpha-2 codeString getTokenizedAddress()
void setTokenizedAddress(String tAddress)
Boolean getStandardized()
void setStandardized(Boolean standardized)
String getCompanyName()
void setCompanyName(String companyName)
boolean isDefault()
void setDefault(boolean isDefault)
String getFirstName()
void setFirstName(String firstName)
String getLastName()
void setLastName(String lastName)
String getFullName()
void setFullName(String fullName)
@Deprecated String getPrimaryPhone()
getPhonePrimary() insteadPhone}@Deprecated void setPrimaryPhone(String primaryPhone)
setPhonePrimary(Phone) insteadPhone}@Deprecated String getSecondaryPhone()
getPhoneSecondary() insteadPhone}@Deprecated void setSecondaryPhone(String secondaryPhone)
setPhoneSecondary(Phone) insteadPhone}@Deprecated String getFax()
getPhoneFax() insteadPhone}@Deprecated void setFax(String fax)
setPhoneFax(Phone) insteadPhone}Phone getPhonePrimary()
void setPhonePrimary(Phone phonePrimary)
Phone getPhoneSecondary()
void setPhoneSecondary(Phone phoneSecondary)
Phone getPhoneFax()
void setPhoneFax(Phone phone)
String getEmailAddress()
void setEmailAddress(String emailAddress)
boolean isBusiness()
void setBusiness(boolean isBusiness)
boolean isStreet()
void setStreet(boolean isStreet)
boolean isMailing()
void setMailing(boolean isMailing)
String getVerificationLevel()
void setVerificationLevel(String verificationLevel)
boolean isActive()
void setActive(boolean isActive)
Copyright © 2015. All Rights Reserved.