Class SwedenCountyElectoralRegionContainer
java.lang.Object
com.hack23.cia.model.external.val.landstingvalkrets.impl.SwedenCountyElectoralRegionContainer
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,java.io.Serializable
@Entity(name="SwedenCountyElectoralRegionContainer")
public class SwedenCountyElectoralRegionContainer
extends java.lang.Object
implements com.hack23.cia.model.common.api.ModelObject
The Class SwedenCountyElectoralRegionContainer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected java.util.List<SwedenCountyElectoralRegion> The county electoral regions.protected java.lang.LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(java.lang.Object obj) java.util.List<SwedenCountyElectoralRegion> Gets the county electoral regions.java.lang.LonggetHjid()Gets the hjid.final inthashCode()voidsetCountyElectoralRegions(java.util.List<SwedenCountyElectoralRegion> countyElectoralRegions) Sets the county electoral regions.voidsetHjid(java.lang.Long value) Sets the hjid.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
countyElectoralRegions
The county electoral regions. -
hjid
protected java.lang.Long hjidThe hjid.
-
-
Constructor Details
-
SwedenCountyElectoralRegionContainer
public SwedenCountyElectoralRegionContainer()
-
-
Method Details
-
getCountyElectoralRegions
Gets the county electoral regions.- Returns:
- the county electoral regions
-
setCountyElectoralRegions
public void setCountyElectoralRegions(java.util.List<SwedenCountyElectoralRegion> countyElectoralRegions) Sets the county electoral regions.- Parameters:
countyElectoralRegions- the new county electoral regions
-
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:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()- Overrides:
hashCodein classjava.lang.Object
-