|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.domain.AddressImpl
@Entity public class AddressImpl
| Field Summary | |
|---|---|
protected String |
addressLine1
|
protected String |
addressLine2
|
protected String |
addressLine3
|
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 Summary | |
|---|---|
AddressImpl()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected String firstName
protected String lastName
protected String emailAddress
protected String companyName
protected String addressLine1
protected String addressLine2
protected String addressLine3
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
| Constructor Detail |
|---|
public AddressImpl()
| Method Detail |
|---|
public Long getId()
getId in interface Addresspublic void setId(Long id)
setId in interface Addresspublic 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 Addresspublic String getCity()
getCity in interface Addresspublic void setCity(String city)
setCity 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 getCounty()
getCounty in interface Addresspublic void setCounty(String county)
setCounty in interface Addresspublic State getState()
getState in interface Addresspublic void setState(State state)
setState 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 boolean isDefault()
isDefault in interface Addresspublic void setDefault(boolean isDefault)
setDefault in interface Addresspublic boolean isActive()
isActive in interface Addresspublic void setActive(boolean isActive)
setActive 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()
getFax in interface AddressPhone}@Deprecated public void setFax(String fax)
setFax in interface AddressPhone}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 Addresspublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||