Interface Address

All Superinterfaces:
MultiTenantCloneable<Address>, Serializable
All Known Implementing Classes:
AddressImpl

public interface Address extends Serializable, MultiTenantCloneable<Address>
  • Method Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getAddressLine1

      String getAddressLine1()
    • setAddressLine1

      void setAddressLine1(String addressLine1)
    • getAddressLine2

      String getAddressLine2()
    • setAddressLine2

      void setAddressLine2(String addressLine2)
    • getAddressLine3

      String getAddressLine3()
    • setAddressLine3

      void setAddressLine3(String addressLine3)
    • getCity

      String getCity()
    • setCity

      void setCity(String city)
    • getIsoCountrySubdivision

      String getIsoCountrySubdivision()
      gets the ISO 3166-2 code for the country subdivision (state/region/province) where this address resides
      Returns:
      - the code
    • setIsoCountrySubdivision

      void setIsoCountrySubdivision(String isoCountrySubdivision)
      sets the ISO 3166-2 code for the country subdivision (state/region/province) where this address resides
      Parameters:
      isoCountrySubdivision - - ISO 3166-2 country subdivision code
    • getStateProvinceRegion

      String getStateProvinceRegion()
      Returns:
      - a friendly name indicating a countries subdivision, i.e. State, Province, Region etc...
    • setStateProvinceRegion

      void setStateProvinceRegion(String stateProvinceRegion)
      sets the friendly name indicating a countries subdivision, i.e. State, Province, Region etc...
      Parameters:
      stateProvinceRegion - - friendly name
    • getPostalCode

      String getPostalCode()
    • setPostalCode

      void setPostalCode(String postalCode)
    • getCounty

      String getCounty()
    • setCounty

      void setCounty(String county)
    • getZipFour

      String getZipFour()
    • setZipFour

      void setZipFour(String zipFour)
    • getIsoCountryAlpha2

      ISOCountry getIsoCountryAlpha2()
      gets the ISO 3166-1 alpha-2 code for the country where this address resides
      Returns:
      - the ISOCountry representation of the code
    • setIsoCountryAlpha2

      void setIsoCountryAlpha2(ISOCountry isoCountryAlpha2)
      sets the ISO 3166-1 alpha-2 code for the country where this address resides
      Parameters:
      isoCountryAlpha2 - - ISO 3166-1 alpha-2 code
    • 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)
    • getFullName

      String getFullName()
    • setFullName

      void setFullName(String fullName)
    • getPrimaryPhone

      @Deprecated String getPrimaryPhone()
      Deprecated.
      Should use getPhonePrimary() instead
    • setPrimaryPhone

      @Deprecated void setPrimaryPhone(String primaryPhone)
      Deprecated.
      Should use setPhonePrimary(Phone) instead
    • getSecondaryPhone

      @Deprecated String getSecondaryPhone()
      Deprecated.
      Should use getPhoneSecondary() instead
    • setSecondaryPhone

      @Deprecated void setSecondaryPhone(String secondaryPhone)
      Deprecated.
      Should use setPhoneSecondary(Phone) instead
    • getFax

      Deprecated.
      Should use getPhoneFax() instead
    • setFax

      @Deprecated void setFax(String fax)
      Deprecated.
      Should use setPhoneFax(Phone) instead
    • 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)
    • isStreet

      boolean isStreet()
    • setStreet

      void setStreet(boolean isStreet)
    • isMailing

      boolean isMailing()
    • setMailing

      void setMailing(boolean isMailing)
    • getVerificationLevel

      String getVerificationLevel()
    • setVerificationLevel

      void setVerificationLevel(String verificationLevel)
    • isActive

      boolean isActive()
    • setActive

      void setActive(boolean isActive)