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