Serialized Form
-
Package com.hack23.cia.model.external.val.kommunvalkrets.impl
-
Class com.hack23.cia.model.external.val.kommunvalkrets.impl.SwedenCountyData
class SwedenCountyData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
code
BigInteger code
The code. -
countyName
String countyName
The county name. -
hjid
Long hjid
The hjid. -
kommun
List<SwedenMunicipalityData> kommun
The kommun.
-
-
Class com.hack23.cia.model.external.val.kommunvalkrets.impl.SwedenCountyDataContainer
class SwedenCountyDataContainer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
countyRegions
List<SwedenCountyData> countyRegions
The county regions. -
hjid
Long hjid
The hjid.
-
-
Class com.hack23.cia.model.external.val.kommunvalkrets.impl.SwedenMunicipalityData
class SwedenMunicipalityData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
code
BigInteger code
The code. -
hjid
Long hjid
The hjid. -
kommunvalkrets
List<SwedenMunicipalityElectionRegionData> kommunvalkrets
The kommunvalkrets. -
municipalName
String municipalName
The municipal name.
-
-
Class com.hack23.cia.model.external.val.kommunvalkrets.impl.SwedenMunicipalityElectionRegionData
class SwedenMunicipalityElectionRegionData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
code
BigInteger code
The code. -
electionRegionName
String electionRegionName
The election region name. -
firstRound
BigInteger firstRound
The first round. -
hjid
Long hjid
The hjid. -
numberOfSeats
BigInteger numberOfSeats
The number of seats. -
numberOfVoters
BigInteger numberOfVoters
The number of voters. -
rest
String rest
The rest. -
secondRound
BigInteger secondRound
The second round.
-
-