Class DTOCountrySearchFilter

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

public class DTOCountrySearchFilter extends DynO
DTO representing a Country search request.
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOCountrySearchFilter

      public DTOCountrySearchFilter()
  • Method Details

    • getCode

      public Collection<String> getCode()
    • setCode

      public final void setCode(Collection<String> code)
    • getIsoAlpha3Code

      public final String getIsoAlpha3Code()
    • getAcronym

      public final String getAcronym()
    • setIsoAlpha3Code

      public final void setIsoAlpha3Code(String isoAlpha3Code)
    • getDescription

      public final String getDescription()
    • setDescription

      public final void setDescription(String description)
    • getIsoAlpha2Code

      public final String getIsoAlpha2Code()
    • getTwoLettersAcronym

      public final String getTwoLettersAcronym()
    • setIsoAlpha2Code

      public final void setIsoAlpha2Code(String isoAlpha2Code)