Class 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:
    Serialized Form
    • Field Detail

      • hjid

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

      • SwedenCountyElectoralRegionContainer

        public SwedenCountyElectoralRegionContainer()
    • Method Detail

      • 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