Class Address


  • public class Address
    extends Object
    Address
    • Constructor Detail

      • Address

        public Address()
    • Method Detail

      • getNeighborhoodId

        public Neighborhood getNeighborhoodId()
        Get neighborhoodId
        Returns:
        neighborhoodId
      • setNeighborhoodId

        public void setNeighborhoodId​(Neighborhood neighborhoodId)
      • getNumber

        public String getNumber()
        Número do endereço
        Returns:
        number
      • setNumber

        public void setNumber​(String number)
      • getAddress

        public String getAddress()
        Endereço
        Returns:
        address
      • setAddress

        public void setAddress​(String address)
      • updatedate

        public Address updatedate​(org.threeten.bp.LocalDate updatedate)
      • getUpdatedate

        public org.threeten.bp.LocalDate getUpdatedate()
        Data de alteração do endereço
        Returns:
        updatedate
      • setUpdatedate

        public void setUpdatedate​(org.threeten.bp.LocalDate updatedate)
      • getPostalcode

        public String getPostalcode()
        Código de endereçamento postal
        Returns:
        postalcode
      • setPostalcode

        public void setPostalcode​(String postalcode)
      • getAdditional

        public String getAdditional()
        Informação adicional referente ao endereço
        Returns:
        additional
      • setAdditional

        public void setAdditional​(String additional)
      • getAdministrativeregion

        public Administrativeregion getAdministrativeregion()
        Get administrativeregion
        Returns:
        administrativeregion
      • setAdministrativeregion

        public void setAdministrativeregion​(Administrativeregion administrativeregion)
      • getAddresstype

        public AddressType getAddresstype()
        Get addresstype
        Returns:
        addresstype
      • setAddresstype

        public void setAddresstype​(AddressType addresstype)
      • getId

        public String getId()
        Id do endereço
        Returns:
        id
      • setId

        public void setId​(String id)
      • getCityId

        public City getCityId()
        Get cityId
        Returns:
        cityId
      • setCityId

        public void setCityId​(City cityId)
      • neighborhood

        public Address neighborhood​(String neighborhood)
      • getNeighborhood

        public String getNeighborhood()
        Bairro/Distrito a qual pertence este endereço, legado usado no hcm
        Returns:
        neighborhood
      • setNeighborhood

        public void setNeighborhood​(String neighborhood)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object