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

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

    • countyElectoralRegions

      protected java.util.List<SwedenCountyElectoralRegion> countyElectoralRegions
      The county electoral regions.
    • hjid

      protected java.lang.Long hjid
      The hjid.
  • Constructor Details

    • SwedenCountyElectoralRegionContainer

      public SwedenCountyElectoralRegionContainer()
  • Method Details

    • getCountyElectoralRegions

      public java.util.List<SwedenCountyElectoralRegion> getCountyElectoralRegions()
      Gets the county electoral regions.
      Returns:
      the county electoral regions
    • setCountyElectoralRegions

      public void setCountyElectoralRegions(java.util.List<SwedenCountyElectoralRegion> countyElectoralRegions)
      Sets the county electoral regions.
      Parameters:
      countyElectoralRegions - the new county electoral regions
    • getHjid

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

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

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

      public final int hashCode()
      Overrides:
      hashCode in class java.lang.Object