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

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

  • Constructor Details

    • SwedenCountyData

      public SwedenCountyData()
  • Method Details

    • getCode

      public BigInteger getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(BigInteger value)
      Sets the code.
      Parameters:
      value - the new code
    • getCountyName

      public String getCountyName()
      Gets the county name.
      Returns:
      the county name
    • setCountyName

      public void setCountyName(String value)
      Sets the county name.
      Parameters:
      value - the new county name
    • getKommun

      public List<SwedenMunicipalityData> getKommun()
      Gets the kommun.
      Returns:
      the kommun
    • setKommun

      public void setKommun(List<SwedenMunicipalityData> kommun)
      Sets the kommun.
      Parameters:
      kommun - the new kommun
    • 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 final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • hashCode

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