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

public class BODistrict extends DynO
Business object representing a district
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BODistrict

      public BODistrict()
  • Method Details

    • getCode

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

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

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

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

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

      public void setDescription(String description)
      Sets the district description.
      Parameters:
      description - the description
    • getRegion

      public Long getRegion()
      Returns the id of the district region.
      Returns:
      the region id
      See Also:
    • setRegion

      public void setRegion(Long region)
      Sets the id of the district region.
      Parameters:
      region - the region id
      See Also:
    • getNation

      public String getNation()
      Returns the id of the district nation.
      Returns:
      the nation
      See Also:
    • setNation

      public void setNation(String nation)
      Sets the id of the district nation.
      Parameters:
      nation - the nation
      See Also: