Class ViewRiksdagenVoteDataBallotSummaryMonthly
java.lang.Object
com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenVoteDataBallotSummaryMonthly
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,Serializable
@Entity(name="ViewRiksdagenVoteDataBallotSummaryMonthly")
public class ViewRiksdagenVoteDataBallotSummaryMonthly
extends Object
implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewRiksdagenVoteDataBallotSummaryMonthly complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenVoteDataBallotSummaryMonthly"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vote_date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="total_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="yes_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="no_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="abstain_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="absent_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_yes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_no" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_absent" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="number_ballots" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="approved_ballots" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_approved" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="avg_percentage_yes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="avg_percentage_no" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="avg_percentage_absent" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="avg_percentage_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="avg_percentage_male" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected Date
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Gets the value of the absentVotes property.Gets the value of the abstainVotes property.Gets the value of the approvedBallots property.Gets the value of the avgBornYear property.Gets the value of the avgPercentageAbsent property.Gets the value of the avgPercentageAbstain property.Gets the value of the avgPercentageMale property.Gets the value of the avgPercentageNo property.Gets the value of the avgPercentageYes property.Gets the value of the noVotes property.Gets the value of the numberBallots property.Gets the value of the percentageAbsent property.Gets the value of the percentageAbstain property.Gets the value of the percentageApproved property.Gets the value of the percentageNo property.Gets the value of the percentageYes property.Gets the value of the totalVotes property.Gets the value of the voteDate property.Gets the value of the yesVotes property.final int
hashCode()
void
setAbsentVotes
(BigDecimal value) Sets the value of the absentVotes property.void
setAbstainVotes
(BigDecimal value) Sets the value of the abstainVotes property.void
setApprovedBallots
(BigDecimal value) Sets the value of the approvedBallots property.void
setAvgBornYear
(BigDecimal value) Sets the value of the avgBornYear property.void
setAvgPercentageAbsent
(BigDecimal value) Sets the value of the avgPercentageAbsent property.void
Sets the value of the avgPercentageAbstain property.void
setAvgPercentageMale
(BigDecimal value) Sets the value of the avgPercentageMale property.void
setAvgPercentageNo
(BigDecimal value) Sets the value of the avgPercentageNo property.void
setAvgPercentageYes
(BigDecimal value) Sets the value of the avgPercentageYes property.void
setNoVotes
(BigDecimal value) Sets the value of the noVotes property.void
setNumberBallots
(BigDecimal value) Sets the value of the numberBallots property.void
setPercentageAbsent
(BigDecimal value) Sets the value of the percentageAbsent property.void
setPercentageAbstain
(BigDecimal value) Sets the value of the percentageAbstain property.void
setPercentageApproved
(BigDecimal value) Sets the value of the percentageApproved property.void
setPercentageNo
(BigDecimal value) Sets the value of the percentageNo property.void
setPercentageYes
(BigDecimal value) Sets the value of the percentageYes property.void
setTotalVotes
(BigDecimal value) Sets the value of the totalVotes property.void
setVoteDate
(Date value) Sets the value of the voteDate property.void
setYesVotes
(BigDecimal value) Sets the value of the yesVotes property.final String
toString()
withAbsentVotes
(BigDecimal value) withAbstainVotes
(BigDecimal value) withApprovedBallots
(BigDecimal value) withAvgBornYear
(BigDecimal value) withAvgPercentageMale
(BigDecimal value) withAvgPercentageNo
(BigDecimal value) withAvgPercentageYes
(BigDecimal value) withNoVotes
(BigDecimal value) withNumberBallots
(BigDecimal value) withPercentageAbsent
(BigDecimal value) withPercentageAbstain
(BigDecimal value) withPercentageApproved
(BigDecimal value) withPercentageNo
(BigDecimal value) withPercentageYes
(BigDecimal value) withTotalVotes
(BigDecimal value) withVoteDate
(Date value) withYesVotes
(BigDecimal value)
-
Field Details
-
voteDate
-
avgBornYear
-
totalVotes
-
yesVotes
-
noVotes
-
abstainVotes
-
absentVotes
-
percentageYes
-
percentageNo
-
percentageAbsent
-
percentageAbstain
-
numberBallots
-
approvedBallots
-
percentageApproved
-
avgPercentageYes
-
avgPercentageNo
-
avgPercentageAbsent
-
avgPercentageAbstain
-
avgPercentageMale
-
-
Constructor Details
-
ViewRiksdagenVoteDataBallotSummaryMonthly
public ViewRiksdagenVoteDataBallotSummaryMonthly()
-
-
Method Details
-
getVoteDate
Gets the value of the voteDate property.- Returns:
- possible object is
String
-
setVoteDate
Sets the value of the voteDate property.- Parameters:
value
- allowed object isString
-
getAvgBornYear
Gets the value of the avgBornYear property.- Returns:
- possible object is
BigDecimal
-
setAvgBornYear
Sets the value of the avgBornYear property.- Parameters:
value
- allowed object isBigDecimal
-
getTotalVotes
Gets the value of the totalVotes property.- Returns:
- possible object is
BigDecimal
-
setTotalVotes
Sets the value of the totalVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getYesVotes
Gets the value of the yesVotes property.- Returns:
- possible object is
BigDecimal
-
setYesVotes
Sets the value of the yesVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getNoVotes
Gets the value of the noVotes property.- Returns:
- possible object is
BigDecimal
-
setNoVotes
Sets the value of the noVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getAbstainVotes
Gets the value of the abstainVotes property.- Returns:
- possible object is
BigDecimal
-
setAbstainVotes
Sets the value of the abstainVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getAbsentVotes
Gets the value of the absentVotes property.- Returns:
- possible object is
BigDecimal
-
setAbsentVotes
Sets the value of the absentVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageYes
Gets the value of the percentageYes property.- Returns:
- possible object is
BigDecimal
-
setPercentageYes
Sets the value of the percentageYes property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageNo
Gets the value of the percentageNo property.- Returns:
- possible object is
BigDecimal
-
setPercentageNo
Sets the value of the percentageNo property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageAbsent
Gets the value of the percentageAbsent property.- Returns:
- possible object is
BigDecimal
-
setPercentageAbsent
Sets the value of the percentageAbsent property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageAbstain
Gets the value of the percentageAbstain property.- Returns:
- possible object is
BigDecimal
-
setPercentageAbstain
Sets the value of the percentageAbstain property.- Parameters:
value
- allowed object isBigDecimal
-
getNumberBallots
Gets the value of the numberBallots property.- Returns:
- possible object is
BigDecimal
-
setNumberBallots
Sets the value of the numberBallots property.- Parameters:
value
- allowed object isBigDecimal
-
getApprovedBallots
Gets the value of the approvedBallots property.- Returns:
- possible object is
BigDecimal
-
setApprovedBallots
Sets the value of the approvedBallots property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageApproved
Gets the value of the percentageApproved property.- Returns:
- possible object is
BigDecimal
-
setPercentageApproved
Sets the value of the percentageApproved property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageYes
Gets the value of the avgPercentageYes property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageYes
Sets the value of the avgPercentageYes property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageNo
Gets the value of the avgPercentageNo property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageNo
Sets the value of the avgPercentageNo property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageAbsent
Gets the value of the avgPercentageAbsent property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageAbsent
Sets the value of the avgPercentageAbsent property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageAbstain
Gets the value of the avgPercentageAbstain property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageAbstain
Sets the value of the avgPercentageAbstain property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageMale
Gets the value of the avgPercentageMale property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageMale
Sets the value of the avgPercentageMale property.- Parameters:
value
- allowed object isBigDecimal
-
withVoteDate
-
withAvgBornYear
-
withTotalVotes
-
withYesVotes
-
withNoVotes
-
withAbstainVotes
-
withAbsentVotes
-
withPercentageYes
-
withPercentageNo
-
withPercentageAbsent
-
withPercentageAbstain
-
withNumberBallots
-
withApprovedBallots
-
withPercentageApproved
-
withAvgPercentageYes
-
withAvgPercentageNo
-
withAvgPercentageAbsent
-
withAvgPercentageAbstain
-
withAvgPercentageMale
-
toString
-
equals
-
hashCode
public final int hashCode()
-