org.broadleafcommerce.profile.core.domain
Class AddressImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.AddressImpl
- All Implemented Interfaces:
- java.io.Serializable, Address
@Entity
public class AddressImpl
- extends java.lang.Object
- implements Address
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
addressLine1
protected java.lang.String addressLine1
addressLine2
protected java.lang.String addressLine2
city
protected java.lang.String city
postalCode
protected java.lang.String postalCode
county
protected java.lang.String county
state
protected State state
country
protected Country country
tokenizedAddress
protected java.lang.String tokenizedAddress
standardized
protected java.lang.Boolean standardized
zipFour
protected java.lang.String zipFour
companyName
protected java.lang.String companyName
isDefault
protected boolean isDefault
isActive
protected boolean isActive
firstName
protected java.lang.String firstName
lastName
protected java.lang.String lastName
primaryPhone
protected java.lang.String primaryPhone
secondaryPhone
protected java.lang.String secondaryPhone
isBusiness
protected boolean isBusiness
verificationLevel
protected java.lang.String verificationLevel
AddressImpl
public AddressImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface Address
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface Address
getAddressLine1
public java.lang.String getAddressLine1()
- Specified by:
getAddressLine1 in interface Address
setAddressLine1
public void setAddressLine1(java.lang.String addressLine1)
- Specified by:
setAddressLine1 in interface Address
getAddressLine2
public java.lang.String getAddressLine2()
- Specified by:
getAddressLine2 in interface Address
setAddressLine2
public void setAddressLine2(java.lang.String addressLine2)
- Specified by:
setAddressLine2 in interface Address
getCity
public java.lang.String getCity()
- Specified by:
getCity in interface Address
setCity
public void setCity(java.lang.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 java.lang.String getPostalCode()
- Specified by:
getPostalCode in interface Address
setPostalCode
public void setPostalCode(java.lang.String postalCode)
- Specified by:
setPostalCode in interface Address
getCounty
public java.lang.String getCounty()
- Specified by:
getCounty in interface Address
setCounty
public void setCounty(java.lang.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 java.lang.String getTokenizedAddress()
- Specified by:
getTokenizedAddress in interface Address
setTokenizedAddress
public void setTokenizedAddress(java.lang.String tokenizedAddress)
- Specified by:
setTokenizedAddress in interface Address
getStandardized
public java.lang.Boolean getStandardized()
- Specified by:
getStandardized in interface Address
setStandardized
public void setStandardized(java.lang.Boolean standardized)
- Specified by:
setStandardized in interface Address
getZipFour
public java.lang.String getZipFour()
- Specified by:
getZipFour in interface Address
setZipFour
public void setZipFour(java.lang.String zipFour)
- Specified by:
setZipFour in interface Address
getCompanyName
public java.lang.String getCompanyName()
- Specified by:
getCompanyName in interface Address
setCompanyName
public void setCompanyName(java.lang.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()
setActive
public void setActive(boolean isActive)
getFirstName
public java.lang.String getFirstName()
- Specified by:
getFirstName in interface Address
setFirstName
public void setFirstName(java.lang.String firstName)
- Specified by:
setFirstName in interface Address
getLastName
public java.lang.String getLastName()
- Specified by:
getLastName in interface Address
setLastName
public void setLastName(java.lang.String lastName)
- Specified by:
setLastName in interface Address
getPrimaryPhone
public java.lang.String getPrimaryPhone()
- Specified by:
getPrimaryPhone in interface Address
setPrimaryPhone
public void setPrimaryPhone(java.lang.String primaryPhone)
- Specified by:
setPrimaryPhone in interface Address
getSecondaryPhone
public java.lang.String getSecondaryPhone()
- Specified by:
getSecondaryPhone in interface Address
setSecondaryPhone
public void setSecondaryPhone(java.lang.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 java.lang.String getVerificationLevel()
- Specified by:
getVerificationLevel in interface Address
setVerificationLevel
public void setVerificationLevel(java.lang.String verificationLevel)
- Specified by:
setVerificationLevel in interface Address
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2011. All Rights Reserved.