Class SwedenMunicipalityData

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

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

  • Constructor Details

    • SwedenMunicipalityData

      public SwedenMunicipalityData()
  • 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
    • getMunicipalName

      public String getMunicipalName()
      Gets the municipal name.
      Returns:
      the municipal name
    • setMunicipalName

      public void setMunicipalName(String value)
      Sets the municipal name.
      Parameters:
      value - the new municipal name
    • getKommunvalkrets

      public List<SwedenMunicipalityElectionRegionData> getKommunvalkrets()
      Gets the kommunvalkrets.
      Returns:
      the kommunvalkrets
    • setKommunvalkrets

      public void setKommunvalkrets(List<SwedenMunicipalityElectionRegionData> kommunvalkrets)
      Sets the kommunvalkrets.
      Parameters:
      kommunvalkrets - the new kommunvalkrets
    • 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