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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<SwedenElectionType>The election types.protected LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the election types.getHjid()Gets the hjid.final inthashCode()voidsetElectionTypes(List<SwedenElectionType> electionTypes) Sets the election types.voidSets the hjid.
-
Field Details
-
electionTypes
The election types. -
hjid
The hjid.
-
-
Constructor Details
-
SwedenElectionTypeContainerElement
public SwedenElectionTypeContainerElement()
-
-
Method Details
-
getElectionTypes
Gets the election types.- Returns:
- the election types
-
setElectionTypes
Sets the election types.- Parameters:
electionTypes- the new election types
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-