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

public class BOCountry extends DynO
Business object representing a country.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCountry

      public BOCountry()
  • Method Details

    • getCode

      public String getCode()
      Returns the country code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the country code.
      Parameters:
      code - the code
    • getAcronym

      public String getAcronym()
      Returns the country acronym.
      Returns:
      the acronym
    • setAcronym

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

      public String getDescription()
      Returns the country description.
      Returns:
      the description
    • setDescription

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

      public String getTwoLettersAcronym()
      Returns the country two letters acronym.
      Returns:
      the two letters acronym
    • setTwoLettersAcronym

      public void setTwoLettersAcronym(String twoLettersAcronym)
      Sets the country two letters acronym.
      Parameters:
      twoLettersAcronym - the two letters acronym