Class SwedenCountyElectoralRegionContainer
java.lang.Object
com.hack23.cia.model.external.val.landstingvalkrets.impl.SwedenCountyElectoralRegionContainer
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="SwedenCountyElectoralRegionContainer")
public class SwedenCountyElectoralRegionContainer
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class SwedenCountyElectoralRegionContainer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SwedenCountyElectoralRegion>The county electoral regions.protected LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the county electoral regions.getHjid()Gets the hjid.final inthashCode()voidsetCountyElectoralRegions(List<SwedenCountyElectoralRegion> countyElectoralRegions) Sets the county electoral regions.voidSets the hjid.
-
Field Details
-
countyElectoralRegions
The county electoral regions. -
hjid
The hjid.
-
-
Constructor Details
-
SwedenCountyElectoralRegionContainer
public SwedenCountyElectoralRegionContainer()
-
-
Method Details
-
getCountyElectoralRegions
Gets the county electoral regions.- Returns:
- the county electoral regions
-
setCountyElectoralRegions
Sets the county electoral regions.- Parameters:
countyElectoralRegions- the new county electoral regions
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-