org.broadleafcommerce.profile.core.domain
public interface Address extends Serializable
void setId(Long id)
Long getId()
void setAddressLine1(String addressLine1)
String getAddressLine1()
void setAddressLine2(String addressLine2)
String getAddressLine2()
void setCity(String city)
String getCity()
void setState(State state)
State getState()
void setPostalCode(String postalCode)
String getPostalCode()
String getCounty()
void setCounty(String county)
String getZipFour()
void setZipFour(String zipFour)
void setCountry(Country country)
Country getCountry()
String 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)
@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)
String getVerificationLevel()
void setVerificationLevel(String verificationLevel)
boolean isActive()
void setActive(boolean isActive)
Copyright © 2015. All Rights Reserved.