Class SwedenCountyDataContainer

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

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

      • countyRegions

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

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

      • SwedenCountyDataContainer

        public SwedenCountyDataContainer()
    • Method Detail

      • getCountyRegions

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

        public void setCountyRegions​(java.util.List<SwedenCountyData> countyRegions)
        Sets the county regions.
        Parameters:
        countyRegions - the new county 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