Class AddressImpl

java.lang.Object
org.broadleafcommerce.profile.core.domain.AddressImpl
All Implemented Interfaces:
Serializable, MultiTenantCloneable<Address>, Address

@Entity public class AddressImpl extends Object implements Address
See Also:
  • Field Details

    • id

      protected Long id
    • fullName

      protected String fullName
    • firstName

      protected String firstName
    • lastName

      protected String lastName
    • emailAddress

      protected String emailAddress
    • companyName

      protected String companyName
    • addressLine1

      protected String addressLine1
    • addressLine2

      protected String addressLine2
    • addressLine3

      protected String addressLine3
    • city

      protected String city
    • isoCountrySubdivision

      protected String isoCountrySubdivision
    • stateProvinceRegion

      protected String stateProvinceRegion
    • county

      protected String county
    • isoCountryAlpha2

      protected ISOCountry isoCountryAlpha2
    • postalCode

      protected String postalCode
    • zipFour

      protected String zipFour
    • phonePrimary

      protected Phone phonePrimary
    • phoneSecondary

      protected Phone phoneSecondary
    • phoneFax

      protected Phone phoneFax
    • isDefault

      protected boolean isDefault
    • isActive

      protected boolean isActive
    • isBusiness

      protected boolean isBusiness
    • isStreet

      protected boolean isStreet
      Intended to be used to differentiate whether this address is a physical address (e.g. street/house) or a mailing address (e.g. P.O. Box etc..)
    • isMailing

      protected boolean isMailing
      Intended to be used to differentiate whether this address is a physical address (e.g. street/house) or a mailing address (e.g. P.O. Box etc..)
    • tokenizedAddress

      protected String tokenizedAddress
      This is intented to be used for address verification integrations and should not be modifiable in the admin
    • standardized

      protected Boolean standardized
      This is intented to be used for address verification integrations and should not be modifiable in the admin
    • verificationLevel

      protected String verificationLevel
      This is intented to be used for address verification integrations and should not be modifiable in the admin
    • primaryPhone

      @Deprecated protected String primaryPhone
      Deprecated.
    • secondaryPhone

      @Deprecated protected String secondaryPhone
      Deprecated.
    • fax

      @Deprecated protected String fax
      Deprecated.
  • Constructor Details

    • AddressImpl

      public AddressImpl()
  • Method Details