java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.location.nation.BONation
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BONation extends DynO
Business object representing a nation.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BONation

      public BONation()
  • Method Details

    • getCode

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

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

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

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

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

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

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

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