Class SwedenElectionTypeContainerElement

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

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

      • electionTypes

        protected java.util.List<SwedenElectionType> electionTypes
        The election types.
      • hjid

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

      • SwedenElectionTypeContainerElement

        public SwedenElectionTypeContainerElement()
    • Method Detail

      • getElectionTypes

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

        public void setElectionTypes​(java.util.List<SwedenElectionType> electionTypes)
        Sets the election types.
        Parameters:
        electionTypes - the new election types
      • 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