org.broadleafcommerce.profile.core.domain
Interface Address

All Superinterfaces:
Serializable
All Known Implementing Classes:
AddressImpl

public interface Address
extends Serializable


Method Summary
 String getAddressLine1()
           
 String getAddressLine2()
           
 String getAddressLine3()
           
 String getCity()
           
 String getCompanyName()
           
 Country getCountry()
           
 String getCounty()
           
 String getEmailAddress()
           
 String getFax()
          Deprecated. Should use getPhoneFax() instead
 String getFirstName()
           
 Long getId()
           
 String getLastName()
           
 Phone getPhoneFax()
           
 Phone getPhonePrimary()
           
 Phone getPhoneSecondary()
           
 String getPostalCode()
           
 String getPrimaryPhone()
          Deprecated. Should use getPhonePrimary() instead
 String getSecondaryPhone()
          Deprecated. Should use getPhoneSecondary() instead
 Boolean getStandardized()
           
 State getState()
           
 String getTokenizedAddress()
           
 String getVerificationLevel()
           
 String getZipFour()
           
 boolean isActive()
           
 boolean isBusiness()
           
 boolean isDefault()
           
 void setActive(boolean isActive)
           
 void setAddressLine1(String addressLine1)
           
 void setAddressLine2(String addressLine2)
           
 void setAddressLine3(String addressLine3)
           
 void setBusiness(boolean isBusiness)
           
 void setCity(String city)
           
 void setCompanyName(String companyName)
           
 void setCountry(Country country)
           
 void setCounty(String county)
           
 void setDefault(boolean isDefault)
           
 void setEmailAddress(String emailAddress)
           
 void setFax(String fax)
          Deprecated. Should use setPhoneFax(Phone) instead
 void setFirstName(String firstName)
           
 void setId(Long id)
           
 void setLastName(String lastName)
           
 void setPhoneFax(Phone phone)
           
 void setPhonePrimary(Phone phonePrimary)
           
 void setPhoneSecondary(Phone phoneSecondary)
           
 void setPostalCode(String postalCode)
           
 void setPrimaryPhone(String primaryPhone)
          Deprecated. Should use setPhonePrimary(Phone) instead
 void setSecondaryPhone(String secondaryPhone)
          Deprecated. Should use setPhoneSecondary(Phone) instead
 void setStandardized(Boolean standardized)
           
 void setState(State state)
           
 void setTokenizedAddress(String tAddress)
           
 void setVerificationLevel(String verificationLevel)
           
 void setZipFour(String zipFour)
           
 

Method Detail

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.