org.broadleafcommerce.profile.core.domain
Class AddressImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.AddressImpl
- All Implemented Interfaces:
- Serializable, Address
@Entity
public class AddressImpl
- extends Object
- implements Address
- See Also:
- Serialized Form
id
protected Long id
addressLine1
protected String addressLine1
addressLine2
protected String addressLine2
city
protected String city
postalCode
protected String postalCode
county
protected String county
state
protected State state
country
protected Country country
tokenizedAddress
protected String tokenizedAddress
- This is intented to be used for address verification integrations and should not be modifiable in the admin
standardized
protected Boolean standardized
- This is intented to be used for address verification integrations and should not be modifiable in the admin
zipFour
protected String zipFour
companyName
protected String companyName
isDefault
protected boolean isDefault
isActive
protected boolean isActive
firstName
protected String firstName
lastName
protected String lastName
primaryPhone
protected String primaryPhone
secondaryPhone
protected String secondaryPhone
fax
protected String fax
emailAddress
protected String emailAddress
isBusiness
protected boolean isBusiness
verificationLevel
protected String verificationLevel
- This is intented to be used for address verification integrations and should not be modifiable in the admin
AddressImpl
public AddressImpl()
getId
public Long getId()
- Specified by:
getId in interface Address
setId
public void setId(Long id)
- Specified by:
setId in interface Address
getAddressLine1
public String getAddressLine1()
- Specified by:
getAddressLine1 in interface Address
setAddressLine1
public void setAddressLine1(String addressLine1)
- Specified by:
setAddressLine1 in interface Address
getAddressLine2
public String getAddressLine2()
- Specified by:
getAddressLine2 in interface Address
setAddressLine2
public void setAddressLine2(String addressLine2)
- Specified by:
setAddressLine2 in interface Address
getCity
public String getCity()
- Specified by:
getCity in interface Address
setCity
public void setCity(String city)
- Specified by:
setCity in interface Address
getCountry
public Country getCountry()
- Specified by:
getCountry in interface Address
setCountry
public void setCountry(Country country)
- Specified by:
setCountry in interface Address
getPostalCode
public String getPostalCode()
- Specified by:
getPostalCode in interface Address
setPostalCode
public void setPostalCode(String postalCode)
- Specified by:
setPostalCode in interface Address
getCounty
public String getCounty()
- Specified by:
getCounty in interface Address
setCounty
public void setCounty(String county)
- Specified by:
setCounty in interface Address
getState
public State getState()
- Specified by:
getState in interface Address
setState
public void setState(State state)
- Specified by:
setState in interface Address
getTokenizedAddress
public String getTokenizedAddress()
- Specified by:
getTokenizedAddress in interface Address
setTokenizedAddress
public void setTokenizedAddress(String tokenizedAddress)
- Specified by:
setTokenizedAddress in interface Address
getStandardized
public Boolean getStandardized()
- Specified by:
getStandardized in interface Address
setStandardized
public void setStandardized(Boolean standardized)
- Specified by:
setStandardized in interface Address
getZipFour
public String getZipFour()
- Specified by:
getZipFour in interface Address
setZipFour
public void setZipFour(String zipFour)
- Specified by:
setZipFour in interface Address
getCompanyName
public String getCompanyName()
- Specified by:
getCompanyName in interface Address
setCompanyName
public void setCompanyName(String companyName)
- Specified by:
setCompanyName in interface Address
isDefault
public boolean isDefault()
- Specified by:
isDefault in interface Address
setDefault
public void setDefault(boolean isDefault)
- Specified by:
setDefault in interface Address
isActive
public boolean isActive()
- Specified by:
isActive in interface Address
setActive
public void setActive(boolean isActive)
- Specified by:
setActive in interface Address
getFirstName
public String getFirstName()
- Specified by:
getFirstName in interface Address
setFirstName
public void setFirstName(String firstName)
- Specified by:
setFirstName in interface Address
getLastName
public String getLastName()
- Specified by:
getLastName in interface Address
setLastName
public void setLastName(String lastName)
- Specified by:
setLastName in interface Address
getPrimaryPhone
public String getPrimaryPhone()
- Specified by:
getPrimaryPhone in interface Address
setPrimaryPhone
public void setPrimaryPhone(String primaryPhone)
- Specified by:
setPrimaryPhone in interface Address
getSecondaryPhone
public String getSecondaryPhone()
- Specified by:
getSecondaryPhone in interface Address
setSecondaryPhone
public void setSecondaryPhone(String secondaryPhone)
- Specified by:
setSecondaryPhone in interface Address
isBusiness
public boolean isBusiness()
- Specified by:
isBusiness in interface Address
setBusiness
public void setBusiness(boolean isBusiness)
- Specified by:
setBusiness in interface Address
getVerificationLevel
public String getVerificationLevel()
- Specified by:
getVerificationLevel in interface Address
setVerificationLevel
public void setVerificationLevel(String verificationLevel)
- Specified by:
setVerificationLevel in interface Address
getFax
public String getFax()
- Specified by:
getFax in interface Address
setFax
public void setFax(String fax)
- Specified by:
setFax in interface Address
getEmailAddress
public String getEmailAddress()
- Specified by:
getEmailAddress in interface Address
setEmailAddress
public void setEmailAddress(String emailAddress)
- Specified by:
setEmailAddress in interface Address
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.