Serialized Form
-
Package com.hack23.cia.model.external.riksdagen.voteringlista.impl
-
Class com.hack23.cia.model.external.riksdagen.voteringlista.impl.BallotDocumentElement extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absentVotes
int absentVotes
The absent votes. -
abstainedVotes
int abstainedVotes
The abstained votes. -
ballotId
java.lang.String ballotId
The ballot id. -
hjid
java.lang.Long hjid
The hjid. -
noVotes
int noVotes
The no votes. -
yesVotes
int yesVotes
The yes votes.
-
-
Class com.hack23.cia.model.external.riksdagen.voteringlista.impl.VoteListContainerElement extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
condition
java.lang.String condition
The condition. -
grouping
java.lang.String grouping
The grouping. -
hjid
java.lang.Long hjid
The hjid. -
numberValue
java.lang.String numberValue
The number value. -
votering
java.util.List<BallotDocumentElement> votering
The votering.
-
-