Class SwedenCountyElectoralRegionContainer

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

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

  • Constructor Details

    • SwedenCountyElectoralRegionContainer

      public SwedenCountyElectoralRegionContainer()
  • Method Details

    • getCountyElectoralRegions

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

      public void setCountyElectoralRegions(List<SwedenCountyElectoralRegion> countyElectoralRegions)
      Sets the county electoral regions.
      Parameters:
      countyElectoralRegions - the new county electoral 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