org.broadleafcommerce.profile.core.domain
@Entity public class AddressImpl extends Object implements Address
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
city |
protected String |
companyName |
protected Country |
country |
protected String |
county |
protected String |
emailAddress |
protected String |
fax
Deprecated.
|
protected String |
firstName |
protected Long |
id |
protected boolean |
isActive |
protected boolean |
isBusiness |
protected boolean |
isDefault |
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 |
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() |
protected Long id
protected String firstName
protected String lastName
protected String emailAddress
protected String companyName
protected String addressLine1
protected String addressLine2
protected String city
protected State state
protected String county
protected Country country
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 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 Country getCountry()
getCountry in interface Addresspublic void setCountry(Country country)
setCountry in interface Addresspublic String getPostalCode()
getPostalCode in interface Addresspublic void setPostalCode(String postalCode)
setPostalCode in interface Addresspublic 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 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 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 AddressCopyright © 2015. All Rights Reserved.