Class SwedenCountyElectoralRegion

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

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

  • Constructor Details

    • SwedenCountyElectoralRegion

      public SwedenCountyElectoralRegion()
  • 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
    • getSeats

      public BigInteger getSeats()
      Gets the seats.
      Returns:
      the seats
    • setSeats

      public void setSeats(BigInteger value)
      Sets the seats.
      Parameters:
      value - the new seats
    • getLandstingsvalkrets

      public List<SwedenCountyElectoralArea> getLandstingsvalkrets()
      Gets the landstingsvalkrets.
      Returns:
      the landstingsvalkrets
    • setLandstingsvalkrets

      public void setLandstingsvalkrets(List<SwedenCountyElectoralArea> landstingsvalkrets)
      Sets the landstingsvalkrets.
      Parameters:
      landstingsvalkrets - the new landstingsvalkrets
    • 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