Class SwedenCountyDataContainer

java.lang.Object
com.hack23.cia.model.external.val.kommunvalkrets.impl.SwedenCountyDataContainer
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Entity(name="SwedenCountyDataContainer") public class SwedenCountyDataContainer extends Object implements com.hack23.cia.model.common.api.ModelObject
The Class SwedenCountyDataContainer.
See Also:
  • Field Details

    • countyRegions

      protected List<SwedenCountyData> countyRegions
      The county regions.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • SwedenCountyDataContainer

      public SwedenCountyDataContainer()
  • Method Details

    • getCountyRegions

      public List<SwedenCountyData> getCountyRegions()
      Gets the county regions.
      Returns:
      the county regions
    • setCountyRegions

      public void setCountyRegions(List<SwedenCountyData> countyRegions)
      Sets the county regions.
      Parameters:
      countyRegions - the new county regions
    • getHjid

      public Long getHjid()
      Gets the hjid.
      Returns:
      the hjid
    • setHjid

      public void setHjid(Long value)
      Sets the hjid.
      Parameters:
      value - the new hjid
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object