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

public class BOMicrocluster extends DynO
Business object representing a microcluster
See Also:
GCApi:
bo
  • Constructor Details

    • BOMicrocluster

      public BOMicrocluster()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getMicroclusterUuid

      public String getMicroclusterUuid()
    • setMicroclusterUuid

      public void setMicroclusterUuid(String microclusterUuid)
    • getMunicipality

      public String getMunicipality()
    • setMunicipality

      public void setMunicipality(String municipality)
    • getPostcode

      public String getPostcode()
    • setPostcode

      public void setPostcode(String postcode)
    • getMunicipalityCode

      public String getMunicipalityCode()
    • setMunicipalityCode

      public void setMunicipalityCode(String municipalityCode)
    • getDistrict

      public Long getDistrict()
    • setDistrict

      public void setDistrict(Long district)
    • getRegionCode

      public String getRegionCode()
    • setRegionCode

      public void setRegionCode(String regionCode)
    • getRegion

      public Long getRegion()
    • setRegion

      public void setRegion(Long region)