Class AddressSearchFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.locations.bl.address.event.AddressSearchFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class AddressSearchFilter extends DynO
Business object representing a search filter for the address.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • AddressSearchFilter

      public AddressSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the collection of id ids that was set as filter.
      Returns:
      a collection of id ids
    • setId

      public void setId(Collection<Long> id)
      Sets the collection of id ids as filter.
      Parameters:
      id - the id
    • getCode

      public Collection<String> getCode()
      Returns the address code that was set as filter.
      Returns:
      the address code
    • setCode

      public void setCode(Collection<String> code)
      Sets the address code as filter.
      Parameters:
      code - the address code
    • getDescription

      public String getDescription()
      Returns the address description that was set as filter.
      Returns:
      the address description
    • setDescription

      public void setDescription(String description)
      Sets the address description as filter.
      Parameters:
      description - the address description
    • getTarget

      public Collection<Long> getTarget()
      Returns the collection of target ids that was set as filter.
      Returns:
      a collection of target ids
    • setTarget

      public void setTarget(Collection<Long> target)
      Sets the collection of target ids as filter.
      Parameters:
      target - the target
    • getType

      public Collection<Long> getType()
      Returns the collection of type ids that was set as filter.
      Returns:
      a collection of type ids
    • setType

      public void setType(Collection<Long> type)
      Sets the collection of type ids as filter.
      Parameters:
      type - the type
    • getCountryCode

      public Collection<String> getCountryCode()
      Returns the address country code that was set as filter.
      Returns:
      the address country code
    • setCountryCode

      public void setCountryCode(Collection<String> countryCode)
      Sets the address country code as filter.
      Parameters:
      countryCode - the address country code
    • getDistrictCode

      public Collection<String> getDistrictCode()
      Returns the address district code that was set as filter.
      Returns:
      the address district code
    • setDistrictCode

      public void setDistrictCode(Collection<String> districtCode)
      Sets the address district code as filter.
      Parameters:
      districtCode - the address district code
    • getStreet

      public String getStreet()
      Returns the address street that was set as filter.
      Returns:
      the address street
    • setStreet

      public void setStreet(String street)
      Sets the address street as filter.
      Parameters:
      street - the address street
    • getStreetNumber

      public Long getStreetNumber()
      Returns the address street number that was set as filter.
      Returns:
      the address street number
    • setStreetNumber

      public void setStreetNumber(Long streetNumber)
      Sets the address street number as filter.
      Parameters:
      streetNumber - the address street number
    • getApartment

      public String getApartment()
      Returns the address apartment that was set as filter.
      Returns:
      the address apartment
    • setApartment

      public void setApartment(String apartment)
      Sets the address apartment as filter.
      Parameters:
      apartment - the address apartment
    • getStreetNumberExtension

      public String getStreetNumberExtension()
      Returns the address street number extension that was set as filter.
      Returns:
      the address street number extension
    • setStreetNumberExtension

      public void setStreetNumberExtension(String streetNumberExtension)
      Sets the address street number extension as filter.
      Parameters:
      streetNumberExtension - the address street number extension
    • getFloor

      public String getFloor()
      Returns the address floor that was set as filter.
      Returns:
      the address floor
    • setFloor

      public void setFloor(String floor)
      Sets the address floor as filter.
      Parameters:
      floor - the address floor
    • getLot

      public String getLot()
      Returns the address lot that was set as filter.
      Returns:
      the address lot
    • setLot

      public void setLot(String lot)
      Sets the address lot as filter.
      Parameters:
      lot - the address lot
    • getStaircase

      public String getStaircase()
      Returns the address staircase that was set as filter.
      Returns:
      the address staircase
    • setStaircase

      public void setStaircase(String staircase)
      Sets the address staircase as filter.
      Parameters:
      staircase - the address staircase
    • getxCoordinate

      public Double getxCoordinate()
      Returns the address x coordinate that was set as filter.
      Returns:
      the address x coordinate
    • setxCoordinate

      public void setxCoordinate(Double xCoordinate)
      Sets the address x coordinate as filter.
      Parameters:
      xCoordinate - the address x coordinate
    • getyCoordinate

      public Double getyCoordinate()
      Returns the address y coordinate that was set as filter.
      Returns:
      the address y coordinate
    • setyCoordinate

      public void setyCoordinate(Double yCoordinate)
      Sets the address y coordinate as filter.
      Parameters:
      yCoordinate - the address y coordinate
    • getDirections

      public String getDirections()
      Returns the address directions that was set as filter.
      Returns:
      the address directions
    • setDirections

      public void setDirections(String directions)
      Sets the address directions as filter.
      Parameters:
      directions - the address directions
    • getMunicipalityCode

      public String getMunicipalityCode()
      Returns the address municipality code that was set as filter.
      Returns:
      the address municipality code
    • setMunicipalityCode

      public void setMunicipalityCode(String municipalityCode)
      Sets the address municipality code as filter.
      Parameters:
      municipalityCode - the address municipality code
    • getMunicipalityDescription

      public String getMunicipalityDescription()
      Returns the address municipality description that was set as filter.
      Returns:
      the address municipality description
    • setMunicipalityDescription

      public void setMunicipalityDescription(String municipalityDescription)
      Sets the address municipality description as filter.
      Parameters:
      municipalityDescription - the address municipality description
    • getMunicipality

      public Collection<Long> getMunicipality()
      Returns the collection of municipality ids that was set as filter.
      Returns:
      a collection of municipality ids
    • setMunicipality

      public void setMunicipality(Collection<Long> municipality)
      Sets the collection of municipality ids as filter.
      Parameters:
      municipality - the municipality
    • getNote

      public String getNote()
      Returns the address note that was set as filter.
      Returns:
      the address note
    • setNote

      public void setNote(String note)
      Sets the address note as filter.
      Parameters:
      note - the address note
    • getMicrocluster

      public String getMicrocluster()
      Returns the address microcluster that was set as filter.
      Returns:
      the address microcluster
    • setMicrocluster

      public void setMicrocluster(String microcluster)
      Sets the address microcluster as filter.
      Parameters:
      microcluster - the address microcluster
    • getLocality

      public String getLocality()
      Returns the address locality that was set as filter.
      Returns:
      the address locality
    • setLocality

      public void setLocality(String locality)
      Sets the address locality as filter.
      Parameters:
      locality - the address locality
    • getPostalCode

      public String getPostalCode()
      Returns the address postal code that was set as filter.
      Returns:
      the address postal code
    • setPostalCode

      public void setPostalCode(String postalCode)
      Sets the address postal code as filter.
      Parameters:
      postalCode - the address postal code
    • getToponym

      public String getToponym()
      Returns the address toponym that was set as filter.
      Returns:
      the address toponym
    • setToponym

      public void setToponym(String toponym)
      Sets the address toponym as filter.
      Parameters:
      toponym - the address toponym
    • getGeocodingAccuracy

      public Collection<Long> getGeocodingAccuracy()
      Returns the collection of geocoding accuracy ids that was set as filter.
      Returns:
      a collection of geocoding accuracy ids
    • setGeocodingAccuracy

      public void setGeocodingAccuracy(Collection<Long> geocodingAccuracy)
      Sets the collection of geocoding accuracy ids as filter.
      Parameters:
      geocodingAccuracy - the geocoding accuracy
    • getGeocodingStatus

      public Collection<Long> getGeocodingStatus()
      Returns the collection of geocoding status ids that was set as filter.
      Returns:
      a collection of geocoding status ids
    • setGeocodingStatus

      public void setGeocodingStatus(Collection<Long> geocodingStatus)
      Sets the collection of geocoding status ids as filter.
      Parameters:
      geocodingStatus - the geocoding status
    • getNormalizationMunicipality

      public String getNormalizationMunicipality()
      Returns the address normalization municipality that was set as filter.
      Returns:
      the address normalization municipality
    • setNormalizationMunicipality

      public void setNormalizationMunicipality(String normalizationMunicipality)
      Sets the address normalization municipality as filter.
      Parameters:
      normalizationMunicipality - the address normalization municipality
    • getNormalizationLocality

      public String getNormalizationLocality()
      Returns the address normalization locality that was set as filter.
      Returns:
      the address normalization locality
    • setNormalizationLocality

      public void setNormalizationLocality(String normalizationLocality)
      Sets the address normalization locality as filter.
      Parameters:
      normalizationLocality - the address normalization locality
    • getNormalizationPostalCode

      public String getNormalizationPostalCode()
      Returns the address normalization postal code that was set as filter.
      Returns:
      the address normalization postal code
    • setNormalizationPostalCode

      public void setNormalizationPostalCode(String normalizationPostalCode)
      Sets the address normalization postal code as filter.
      Parameters:
      normalizationPostalCode - the address normalization postal code
    • getNormalizationStreet

      public String getNormalizationStreet()
      Returns the address normalization street that was set as filter.
      Returns:
      the address normalization street
    • setNormalizationStreet

      public void setNormalizationStreet(String normalizationStreet)
      Sets the address normalization street as filter.
      Parameters:
      normalizationStreet - the address normalization street
    • getNormalizationStreetNumber

      public Long getNormalizationStreetNumber()
      Returns the address normalization street number that was set as filter.
      Returns:
      the address normalization street number
    • setNormalizationStreetNumber

      public void setNormalizationStreetNumber(Long normalizationStreetNumber)
      Sets the address normalization street number as filter.
      Parameters:
      normalizationStreetNumber - the address normalization street number
    • getNormalizationToponym

      public String getNormalizationToponym()
      Returns the address normalization toponym that was set as filter.
      Returns:
      the address normalization toponym
    • setNormalizationToponym

      public void setNormalizationToponym(String normalizationToponym)
      Sets the address normalization toponym as filter.
      Parameters:
      normalizationToponym - the address normalization toponym