org.broadleafcommerce.profile.core.domain
Interface Address
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AddressImpl
public interface Address
- extends Serializable
setId
void setId(Long id)
getId
Long getId()
setAddressLine1
void setAddressLine1(String addressLine1)
getAddressLine1
String getAddressLine1()
setAddressLine2
void setAddressLine2(String addressLine2)
getAddressLine2
String getAddressLine2()
setAddressLine3
void setAddressLine3(String addressLine3)
getAddressLine3
String getAddressLine3()
setCity
void setCity(String city)
getCity
String getCity()
setState
void setState(State state)
getState
State getState()
setPostalCode
void setPostalCode(String postalCode)
getPostalCode
String getPostalCode()
getCounty
String getCounty()
setCounty
void setCounty(String county)
getZipFour
String getZipFour()
setZipFour
void setZipFour(String zipFour)
setCountry
void setCountry(Country country)
getCountry
Country getCountry()
getTokenizedAddress
String getTokenizedAddress()
setTokenizedAddress
void setTokenizedAddress(String tAddress)
getStandardized
Boolean getStandardized()
setStandardized
void setStandardized(Boolean standardized)
getCompanyName
String getCompanyName()
setCompanyName
void setCompanyName(String companyName)
isDefault
boolean isDefault()
setDefault
void setDefault(boolean isDefault)
getFirstName
String getFirstName()
setFirstName
void setFirstName(String firstName)
getLastName
String getLastName()
setLastName
void setLastName(String lastName)
getPrimaryPhone
@Deprecated
String getPrimaryPhone()
- Deprecated. Should use
getPhonePrimary() instead
- See Also:
Phone}
setPrimaryPhone
@Deprecated
void setPrimaryPhone(String primaryPhone)
- Deprecated. Should use
setPhonePrimary(Phone) instead
- See Also:
Phone}
getSecondaryPhone
@Deprecated
String getSecondaryPhone()
- Deprecated. Should use
getPhoneSecondary() instead
- See Also:
Phone}
setSecondaryPhone
@Deprecated
void setSecondaryPhone(String secondaryPhone)
- Deprecated. Should use
setPhoneSecondary(Phone) instead
- See Also:
Phone}
getFax
@Deprecated
String getFax()
- Deprecated. Should use
getPhoneFax() instead
- See Also:
Phone}
setFax
@Deprecated
void setFax(String fax)
- Deprecated. Should use
setPhoneFax(Phone) instead
- See Also:
Phone}
getPhonePrimary
Phone getPhonePrimary()
setPhonePrimary
void setPhonePrimary(Phone phonePrimary)
getPhoneSecondary
Phone getPhoneSecondary()
setPhoneSecondary
void setPhoneSecondary(Phone phoneSecondary)
getPhoneFax
Phone getPhoneFax()
setPhoneFax
void setPhoneFax(Phone phone)
getEmailAddress
String getEmailAddress()
setEmailAddress
void setEmailAddress(String emailAddress)
isBusiness
boolean isBusiness()
setBusiness
void setBusiness(boolean isBusiness)
getVerificationLevel
String getVerificationLevel()
setVerificationLevel
void setVerificationLevel(String verificationLevel)
isActive
boolean isActive()
setActive
void setActive(boolean isActive)
Copyright © 2013. All Rights Reserved.