Class CountrySearchFilter

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

public class CountrySearchFilter extends DynO
Business object representing a search filter for the countries.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • CountrySearchFilter

      public CountrySearchFilter()
  • Method Details

    • getCode

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

      public void setCode(Collection<String> code)
      Sets the country codes as filter.
      Parameters:
      code - the codes
    • getAcronym

      public String getAcronym()
      Returns the country acronym that was set as filter.
      Returns:
      the acronym
    • setAcronym

      public void setAcronym(String acronym)
      Sets the country acronym as filter.
      Parameters:
      acronym - the acronym
    • getDescription

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

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

      public String getTwoLettersAcronym()
      Returns the country two letters acronym that was set as filter.
      Returns:
      the twoLettersAcronym
    • setTwoLettersAcronym

      public void setTwoLettersAcronym(String twoLettersAcronym)
      Sets the country two letters acronym as filter.
      Parameters:
      twoLettersAcronym - the two letters used as acronym, ex. IT for ITA(Italy)