Class SwedenElectionTypeContainerElement

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

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

  • Constructor Details

    • SwedenElectionTypeContainerElement

      public SwedenElectionTypeContainerElement()
  • Method Details

    • getElectionTypes

      public List<SwedenElectionType> getElectionTypes()
      Gets the election types.
      Returns:
      the election types
    • setElectionTypes

      public void setElectionTypes(List<SwedenElectionType> electionTypes)
      Sets the election types.
      Parameters:
      electionTypes - the new election types
    • 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 boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

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