Class MunicipalitySearchFilter

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

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

    • MunicipalitySearchFilter

      public MunicipalitySearchFilter()
  • Method Details

    • getId

      public Collection<String> getId()
      Returns the municipality ids that was set as filter.
      Returns:
      the ids
    • setId

      public void setId(Collection<String> id)
      Sets the municipality ids as filter.
      Parameters:
      id - the ids
    • getDescription

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

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

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

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

      public String getExternalCode()
      Returns the municipality external code that was set as filter.
      Returns:
      the external code
    • setExternalCode

      public void setExternalCode(String externalCode)
      Sets the municipality external code as filter.
      Parameters:
      externalCode - the external code
    • isVisible

      public Boolean isVisible()
      Checks if the municipality that was set as filter is visible.
      Returns:
      true if is the municipality is visible, false otherwise
    • setVisible

      public void setVisible(Boolean visible)
      Sets the municipality to visible as filter.
      Parameters:
      visible - true if the municipality must be visible, false otherwise
    • getDistrictCode

      public Collection<String> getDistrictCode()
      Returns the municipality district codes that was set as filter.
      Returns:
      the district codes
      See Also:
    • setDistrictCode

      public void setDistrictCode(Collection<String> districtCode)
      Sets the municipality district codes as filter.
      Parameters:
      districtCode - the district codes
      See Also:
    • getExternalSystem

      public Collection<Long> getExternalSystem()
      Returns the ids of the municipality external system that was set as filter.
      Returns:
      the external system ids
    • setExternalSystem

      public void setExternalSystem(Collection<Long> externalSystem)
      Sets the ids of the municipality external system as filter.
      Parameters:
      externalSystem - the external system ids
    • getActivity

      public Collection<Long> getActivity()
      Returns the ids of the municipality activity that was set as filter.
      Returns:
      the activity ids
    • setActivity

      public void setActivity(Collection<Long> activity)
      Sets the ids of the municipality activity as filter.
      Parameters:
      activity - the activity ids
    • getIstatCode

      public String getIstatCode()
      Returns the municipality istat code that was set as filter.
      Returns:
      the istat code
    • setIstatCode

      public void setIstatCode(String istatCode)
      Sets the municipality istat code as filter.
      Parameters:
      istatCode - the istat code