Class ViewRiksdagenVoteDataBallotPartySummaryAnnual
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenVoteDataBallotPartySummaryAnnual
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Entity(name="ViewRiksdagenVoteDataBallotPartySummaryAnnual") public class ViewRiksdagenVoteDataBallotPartySummaryAnnual extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewRiksdagenVoteDataBallotPartySummaryAnnual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenVoteDataBallotPartySummaryAnnual"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="embeddedId" type="{http://committee.data.application.internal.model.cia.hack23.com/impl}RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId"/> <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="number_ballots" 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="approved_total" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="approved_percentage" 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="party_avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_total_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_yes_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_no_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_abstain_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_absent_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_yes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_no" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_absent" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_avg_percentage_male" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_won_total" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_won_percentage" 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"/> <element name="avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigDecimal
absentVotes
protected java.math.BigDecimal
abstainVotes
protected java.math.BigDecimal
approvedPercentage
protected java.math.BigDecimal
approvedTotal
protected java.math.BigDecimal
avgBornYear
protected java.math.BigDecimal
avgPercentageAbsent
protected java.math.BigDecimal
avgPercentageAbstain
protected java.math.BigDecimal
avgPercentageMale
protected java.math.BigDecimal
avgPercentageNo
protected java.math.BigDecimal
avgPercentageYes
protected RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId
embeddedId
protected java.math.BigDecimal
noVotes
protected java.math.BigDecimal
numberBallots
protected java.math.BigDecimal
partyAbsentVotes
protected java.math.BigDecimal
partyAbstainVotes
protected java.math.BigDecimal
partyAvgBornYear
protected java.math.BigDecimal
partyAvgPercentageMale
protected java.math.BigDecimal
partyNoVotes
protected java.math.BigDecimal
partyPercentageAbsent
protected java.math.BigDecimal
partyPercentageAbstain
protected java.math.BigDecimal
partyPercentageNo
protected java.math.BigDecimal
partyPercentageYes
protected java.math.BigDecimal
partyTotalVotes
protected java.math.BigDecimal
partyWonPercentage
protected java.math.BigDecimal
partyWonTotal
protected java.math.BigDecimal
partyYesVotes
protected java.math.BigDecimal
percentageAbsent
protected java.math.BigDecimal
percentageAbstain
protected java.math.BigDecimal
percentageNo
protected java.math.BigDecimal
percentageYes
protected java.math.BigDecimal
totalVotes
protected java.math.BigDecimal
yesVotes
-
Constructor Summary
Constructors Constructor Description ViewRiksdagenVoteDataBallotPartySummaryAnnual()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.math.BigDecimal
getAbsentVotes()
Gets the value of the absentVotes property.java.math.BigDecimal
getAbstainVotes()
Gets the value of the abstainVotes property.java.math.BigDecimal
getApprovedPercentage()
Gets the value of the approvedPercentage property.java.math.BigDecimal
getApprovedTotal()
Gets the value of the approvedTotal property.java.math.BigDecimal
getAvgBornYear()
Gets the value of the avgBornYear property.java.math.BigDecimal
getAvgPercentageAbsent()
Gets the value of the avgPercentageAbsent property.java.math.BigDecimal
getAvgPercentageAbstain()
Gets the value of the avgPercentageAbstain property.java.math.BigDecimal
getAvgPercentageMale()
Gets the value of the avgPercentageMale property.java.math.BigDecimal
getAvgPercentageNo()
Gets the value of the avgPercentageNo property.java.math.BigDecimal
getAvgPercentageYes()
Gets the value of the avgPercentageYes property.RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId
getEmbeddedId()
Gets the value of the embeddedId property.java.math.BigDecimal
getNoVotes()
Gets the value of the noVotes property.java.math.BigDecimal
getNumberBallots()
Gets the value of the numberBallots property.java.math.BigDecimal
getPartyAbsentVotes()
Gets the value of the partyAbsentVotes property.java.math.BigDecimal
getPartyAbstainVotes()
Gets the value of the partyAbstainVotes property.java.math.BigDecimal
getPartyAvgBornYear()
Gets the value of the partyAvgBornYear property.java.math.BigDecimal
getPartyAvgPercentageMale()
Gets the value of the partyAvgPercentageMale property.java.math.BigDecimal
getPartyNoVotes()
Gets the value of the partyNoVotes property.java.math.BigDecimal
getPartyPercentageAbsent()
Gets the value of the partyPercentageAbsent property.java.math.BigDecimal
getPartyPercentageAbstain()
Gets the value of the partyPercentageAbstain property.java.math.BigDecimal
getPartyPercentageNo()
Gets the value of the partyPercentageNo property.java.math.BigDecimal
getPartyPercentageYes()
Gets the value of the partyPercentageYes property.java.math.BigDecimal
getPartyTotalVotes()
Gets the value of the partyTotalVotes property.java.math.BigDecimal
getPartyWonPercentage()
Gets the value of the partyWonPercentage property.java.math.BigDecimal
getPartyWonTotal()
Gets the value of the partyWonTotal property.java.math.BigDecimal
getPartyYesVotes()
Gets the value of the partyYesVotes property.java.math.BigDecimal
getPercentageAbsent()
Gets the value of the percentageAbsent property.java.math.BigDecimal
getPercentageAbstain()
Gets the value of the percentageAbstain property.java.math.BigDecimal
getPercentageNo()
Gets the value of the percentageNo property.java.math.BigDecimal
getPercentageYes()
Gets the value of the percentageYes property.java.math.BigDecimal
getTotalVotes()
Gets the value of the totalVotes property.java.math.BigDecimal
getYesVotes()
Gets the value of the yesVotes property.int
hashCode()
void
setAbsentVotes(java.math.BigDecimal value)
Sets the value of the absentVotes property.void
setAbstainVotes(java.math.BigDecimal value)
Sets the value of the abstainVotes property.void
setApprovedPercentage(java.math.BigDecimal value)
Sets the value of the approvedPercentage property.void
setApprovedTotal(java.math.BigDecimal value)
Sets the value of the approvedTotal property.void
setAvgBornYear(java.math.BigDecimal value)
Sets the value of the avgBornYear property.void
setAvgPercentageAbsent(java.math.BigDecimal value)
Sets the value of the avgPercentageAbsent property.void
setAvgPercentageAbstain(java.math.BigDecimal value)
Sets the value of the avgPercentageAbstain property.void
setAvgPercentageMale(java.math.BigDecimal value)
Sets the value of the avgPercentageMale property.void
setAvgPercentageNo(java.math.BigDecimal value)
Sets the value of the avgPercentageNo property.void
setAvgPercentageYes(java.math.BigDecimal value)
Sets the value of the avgPercentageYes property.void
setEmbeddedId(RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId value)
Sets the value of the embeddedId property.void
setNoVotes(java.math.BigDecimal value)
Sets the value of the noVotes property.void
setNumberBallots(java.math.BigDecimal value)
Sets the value of the numberBallots property.void
setPartyAbsentVotes(java.math.BigDecimal value)
Sets the value of the partyAbsentVotes property.void
setPartyAbstainVotes(java.math.BigDecimal value)
Sets the value of the partyAbstainVotes property.void
setPartyAvgBornYear(java.math.BigDecimal value)
Sets the value of the partyAvgBornYear property.void
setPartyAvgPercentageMale(java.math.BigDecimal value)
Sets the value of the partyAvgPercentageMale property.void
setPartyNoVotes(java.math.BigDecimal value)
Sets the value of the partyNoVotes property.void
setPartyPercentageAbsent(java.math.BigDecimal value)
Sets the value of the partyPercentageAbsent property.void
setPartyPercentageAbstain(java.math.BigDecimal value)
Sets the value of the partyPercentageAbstain property.void
setPartyPercentageNo(java.math.BigDecimal value)
Sets the value of the partyPercentageNo property.void
setPartyPercentageYes(java.math.BigDecimal value)
Sets the value of the partyPercentageYes property.void
setPartyTotalVotes(java.math.BigDecimal value)
Sets the value of the partyTotalVotes property.void
setPartyWonPercentage(java.math.BigDecimal value)
Sets the value of the partyWonPercentage property.void
setPartyWonTotal(java.math.BigDecimal value)
Sets the value of the partyWonTotal property.void
setPartyYesVotes(java.math.BigDecimal value)
Sets the value of the partyYesVotes property.void
setPercentageAbsent(java.math.BigDecimal value)
Sets the value of the percentageAbsent property.void
setPercentageAbstain(java.math.BigDecimal value)
Sets the value of the percentageAbstain property.void
setPercentageNo(java.math.BigDecimal value)
Sets the value of the percentageNo property.void
setPercentageYes(java.math.BigDecimal value)
Sets the value of the percentageYes property.void
setTotalVotes(java.math.BigDecimal value)
Sets the value of the totalVotes property.void
setYesVotes(java.math.BigDecimal value)
Sets the value of the yesVotes property.java.lang.String
toString()
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAbsentVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAbstainVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withApprovedPercentage(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withApprovedTotal(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAvgBornYear(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAvgPercentageAbsent(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAvgPercentageAbstain(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAvgPercentageMale(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAvgPercentageNo(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withAvgPercentageYes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withEmbeddedId(RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withNoVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withNumberBallots(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyAbsentVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyAbstainVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyAvgBornYear(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyAvgPercentageMale(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyNoVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyPercentageAbsent(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyPercentageAbstain(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyPercentageNo(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyPercentageYes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyTotalVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyWonPercentage(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyWonTotal(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPartyYesVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPercentageAbsent(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPercentageAbstain(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPercentageNo(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withPercentageYes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withTotalVotes(java.math.BigDecimal value)
ViewRiksdagenVoteDataBallotPartySummaryAnnual
withYesVotes(java.math.BigDecimal value)
-
-
-
Field Detail
-
embeddedId
protected RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId embeddedId
-
totalVotes
protected java.math.BigDecimal totalVotes
-
yesVotes
protected java.math.BigDecimal yesVotes
-
noVotes
protected java.math.BigDecimal noVotes
-
numberBallots
protected java.math.BigDecimal numberBallots
-
abstainVotes
protected java.math.BigDecimal abstainVotes
-
absentVotes
protected java.math.BigDecimal absentVotes
-
approvedTotal
protected java.math.BigDecimal approvedTotal
-
approvedPercentage
protected java.math.BigDecimal approvedPercentage
-
percentageYes
protected java.math.BigDecimal percentageYes
-
percentageNo
protected java.math.BigDecimal percentageNo
-
percentageAbsent
protected java.math.BigDecimal percentageAbsent
-
percentageAbstain
protected java.math.BigDecimal percentageAbstain
-
partyAvgBornYear
protected java.math.BigDecimal partyAvgBornYear
-
partyTotalVotes
protected java.math.BigDecimal partyTotalVotes
-
partyYesVotes
protected java.math.BigDecimal partyYesVotes
-
partyNoVotes
protected java.math.BigDecimal partyNoVotes
-
partyAbstainVotes
protected java.math.BigDecimal partyAbstainVotes
-
partyAbsentVotes
protected java.math.BigDecimal partyAbsentVotes
-
partyPercentageYes
protected java.math.BigDecimal partyPercentageYes
-
partyPercentageNo
protected java.math.BigDecimal partyPercentageNo
-
partyPercentageAbsent
protected java.math.BigDecimal partyPercentageAbsent
-
partyPercentageAbstain
protected java.math.BigDecimal partyPercentageAbstain
-
partyAvgPercentageMale
protected java.math.BigDecimal partyAvgPercentageMale
-
partyWonTotal
protected java.math.BigDecimal partyWonTotal
-
partyWonPercentage
protected java.math.BigDecimal partyWonPercentage
-
avgPercentageYes
protected java.math.BigDecimal avgPercentageYes
-
avgPercentageNo
protected java.math.BigDecimal avgPercentageNo
-
avgPercentageAbsent
protected java.math.BigDecimal avgPercentageAbsent
-
avgPercentageAbstain
protected java.math.BigDecimal avgPercentageAbstain
-
avgPercentageMale
protected java.math.BigDecimal avgPercentageMale
-
avgBornYear
protected java.math.BigDecimal avgBornYear
-
-
Method Detail
-
getEmbeddedId
public RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId getEmbeddedId()
Gets the value of the embeddedId property.- Returns:
- possible object is
RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId
-
setEmbeddedId
public void setEmbeddedId(RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId value)
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isRiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId
-
getTotalVotes
public java.math.BigDecimal getTotalVotes()
Gets the value of the totalVotes property.- Returns:
- possible object is
BigDecimal
-
setTotalVotes
public void setTotalVotes(java.math.BigDecimal value)
Sets the value of the totalVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getYesVotes
public java.math.BigDecimal getYesVotes()
Gets the value of the yesVotes property.- Returns:
- possible object is
BigDecimal
-
setYesVotes
public void setYesVotes(java.math.BigDecimal value)
Sets the value of the yesVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getNoVotes
public java.math.BigDecimal getNoVotes()
Gets the value of the noVotes property.- Returns:
- possible object is
BigDecimal
-
setNoVotes
public void setNoVotes(java.math.BigDecimal value)
Sets the value of the noVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getNumberBallots
public java.math.BigDecimal getNumberBallots()
Gets the value of the numberBallots property.- Returns:
- possible object is
BigDecimal
-
setNumberBallots
public void setNumberBallots(java.math.BigDecimal value)
Sets the value of the numberBallots property.- Parameters:
value
- allowed object isBigDecimal
-
getAbstainVotes
public java.math.BigDecimal getAbstainVotes()
Gets the value of the abstainVotes property.- Returns:
- possible object is
BigDecimal
-
setAbstainVotes
public void setAbstainVotes(java.math.BigDecimal value)
Sets the value of the abstainVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getAbsentVotes
public java.math.BigDecimal getAbsentVotes()
Gets the value of the absentVotes property.- Returns:
- possible object is
BigDecimal
-
setAbsentVotes
public void setAbsentVotes(java.math.BigDecimal value)
Sets the value of the absentVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getApprovedTotal
public java.math.BigDecimal getApprovedTotal()
Gets the value of the approvedTotal property.- Returns:
- possible object is
BigDecimal
-
setApprovedTotal
public void setApprovedTotal(java.math.BigDecimal value)
Sets the value of the approvedTotal property.- Parameters:
value
- allowed object isBigDecimal
-
getApprovedPercentage
public java.math.BigDecimal getApprovedPercentage()
Gets the value of the approvedPercentage property.- Returns:
- possible object is
BigDecimal
-
setApprovedPercentage
public void setApprovedPercentage(java.math.BigDecimal value)
Sets the value of the approvedPercentage property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageYes
public java.math.BigDecimal getPercentageYes()
Gets the value of the percentageYes property.- Returns:
- possible object is
BigDecimal
-
setPercentageYes
public void setPercentageYes(java.math.BigDecimal value)
Sets the value of the percentageYes property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageNo
public java.math.BigDecimal getPercentageNo()
Gets the value of the percentageNo property.- Returns:
- possible object is
BigDecimal
-
setPercentageNo
public void setPercentageNo(java.math.BigDecimal value)
Sets the value of the percentageNo property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageAbsent
public java.math.BigDecimal getPercentageAbsent()
Gets the value of the percentageAbsent property.- Returns:
- possible object is
BigDecimal
-
setPercentageAbsent
public void setPercentageAbsent(java.math.BigDecimal value)
Sets the value of the percentageAbsent property.- Parameters:
value
- allowed object isBigDecimal
-
getPercentageAbstain
public java.math.BigDecimal getPercentageAbstain()
Gets the value of the percentageAbstain property.- Returns:
- possible object is
BigDecimal
-
setPercentageAbstain
public void setPercentageAbstain(java.math.BigDecimal value)
Sets the value of the percentageAbstain property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyAvgBornYear
public java.math.BigDecimal getPartyAvgBornYear()
Gets the value of the partyAvgBornYear property.- Returns:
- possible object is
BigDecimal
-
setPartyAvgBornYear
public void setPartyAvgBornYear(java.math.BigDecimal value)
Sets the value of the partyAvgBornYear property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyTotalVotes
public java.math.BigDecimal getPartyTotalVotes()
Gets the value of the partyTotalVotes property.- Returns:
- possible object is
BigDecimal
-
setPartyTotalVotes
public void setPartyTotalVotes(java.math.BigDecimal value)
Sets the value of the partyTotalVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyYesVotes
public java.math.BigDecimal getPartyYesVotes()
Gets the value of the partyYesVotes property.- Returns:
- possible object is
BigDecimal
-
setPartyYesVotes
public void setPartyYesVotes(java.math.BigDecimal value)
Sets the value of the partyYesVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyNoVotes
public java.math.BigDecimal getPartyNoVotes()
Gets the value of the partyNoVotes property.- Returns:
- possible object is
BigDecimal
-
setPartyNoVotes
public void setPartyNoVotes(java.math.BigDecimal value)
Sets the value of the partyNoVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyAbstainVotes
public java.math.BigDecimal getPartyAbstainVotes()
Gets the value of the partyAbstainVotes property.- Returns:
- possible object is
BigDecimal
-
setPartyAbstainVotes
public void setPartyAbstainVotes(java.math.BigDecimal value)
Sets the value of the partyAbstainVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyAbsentVotes
public java.math.BigDecimal getPartyAbsentVotes()
Gets the value of the partyAbsentVotes property.- Returns:
- possible object is
BigDecimal
-
setPartyAbsentVotes
public void setPartyAbsentVotes(java.math.BigDecimal value)
Sets the value of the partyAbsentVotes property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyPercentageYes
public java.math.BigDecimal getPartyPercentageYes()
Gets the value of the partyPercentageYes property.- Returns:
- possible object is
BigDecimal
-
setPartyPercentageYes
public void setPartyPercentageYes(java.math.BigDecimal value)
Sets the value of the partyPercentageYes property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyPercentageNo
public java.math.BigDecimal getPartyPercentageNo()
Gets the value of the partyPercentageNo property.- Returns:
- possible object is
BigDecimal
-
setPartyPercentageNo
public void setPartyPercentageNo(java.math.BigDecimal value)
Sets the value of the partyPercentageNo property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyPercentageAbsent
public java.math.BigDecimal getPartyPercentageAbsent()
Gets the value of the partyPercentageAbsent property.- Returns:
- possible object is
BigDecimal
-
setPartyPercentageAbsent
public void setPartyPercentageAbsent(java.math.BigDecimal value)
Sets the value of the partyPercentageAbsent property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyPercentageAbstain
public java.math.BigDecimal getPartyPercentageAbstain()
Gets the value of the partyPercentageAbstain property.- Returns:
- possible object is
BigDecimal
-
setPartyPercentageAbstain
public void setPartyPercentageAbstain(java.math.BigDecimal value)
Sets the value of the partyPercentageAbstain property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyAvgPercentageMale
public java.math.BigDecimal getPartyAvgPercentageMale()
Gets the value of the partyAvgPercentageMale property.- Returns:
- possible object is
BigDecimal
-
setPartyAvgPercentageMale
public void setPartyAvgPercentageMale(java.math.BigDecimal value)
Sets the value of the partyAvgPercentageMale property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyWonTotal
public java.math.BigDecimal getPartyWonTotal()
Gets the value of the partyWonTotal property.- Returns:
- possible object is
BigDecimal
-
setPartyWonTotal
public void setPartyWonTotal(java.math.BigDecimal value)
Sets the value of the partyWonTotal property.- Parameters:
value
- allowed object isBigDecimal
-
getPartyWonPercentage
public java.math.BigDecimal getPartyWonPercentage()
Gets the value of the partyWonPercentage property.- Returns:
- possible object is
BigDecimal
-
setPartyWonPercentage
public void setPartyWonPercentage(java.math.BigDecimal value)
Sets the value of the partyWonPercentage property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageYes
public java.math.BigDecimal getAvgPercentageYes()
Gets the value of the avgPercentageYes property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageYes
public void setAvgPercentageYes(java.math.BigDecimal value)
Sets the value of the avgPercentageYes property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageNo
public java.math.BigDecimal getAvgPercentageNo()
Gets the value of the avgPercentageNo property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageNo
public void setAvgPercentageNo(java.math.BigDecimal value)
Sets the value of the avgPercentageNo property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageAbsent
public java.math.BigDecimal getAvgPercentageAbsent()
Gets the value of the avgPercentageAbsent property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageAbsent
public void setAvgPercentageAbsent(java.math.BigDecimal value)
Sets the value of the avgPercentageAbsent property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageAbstain
public java.math.BigDecimal getAvgPercentageAbstain()
Gets the value of the avgPercentageAbstain property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageAbstain
public void setAvgPercentageAbstain(java.math.BigDecimal value)
Sets the value of the avgPercentageAbstain property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgPercentageMale
public java.math.BigDecimal getAvgPercentageMale()
Gets the value of the avgPercentageMale property.- Returns:
- possible object is
BigDecimal
-
setAvgPercentageMale
public void setAvgPercentageMale(java.math.BigDecimal value)
Sets the value of the avgPercentageMale property.- Parameters:
value
- allowed object isBigDecimal
-
getAvgBornYear
public java.math.BigDecimal getAvgBornYear()
Gets the value of the avgBornYear property.- Returns:
- possible object is
BigDecimal
-
setAvgBornYear
public void setAvgBornYear(java.math.BigDecimal value)
Sets the value of the avgBornYear property.- Parameters:
value
- allowed object isBigDecimal
-
withEmbeddedId
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withEmbeddedId(RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId value)
-
withTotalVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withTotalVotes(java.math.BigDecimal value)
-
withYesVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withYesVotes(java.math.BigDecimal value)
-
withNoVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withNoVotes(java.math.BigDecimal value)
-
withNumberBallots
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withNumberBallots(java.math.BigDecimal value)
-
withAbstainVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAbstainVotes(java.math.BigDecimal value)
-
withAbsentVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAbsentVotes(java.math.BigDecimal value)
-
withApprovedTotal
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withApprovedTotal(java.math.BigDecimal value)
-
withApprovedPercentage
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withApprovedPercentage(java.math.BigDecimal value)
-
withPercentageYes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPercentageYes(java.math.BigDecimal value)
-
withPercentageNo
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPercentageNo(java.math.BigDecimal value)
-
withPercentageAbsent
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPercentageAbsent(java.math.BigDecimal value)
-
withPercentageAbstain
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPercentageAbstain(java.math.BigDecimal value)
-
withPartyAvgBornYear
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyAvgBornYear(java.math.BigDecimal value)
-
withPartyTotalVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyTotalVotes(java.math.BigDecimal value)
-
withPartyYesVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyYesVotes(java.math.BigDecimal value)
-
withPartyNoVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyNoVotes(java.math.BigDecimal value)
-
withPartyAbstainVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyAbstainVotes(java.math.BigDecimal value)
-
withPartyAbsentVotes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyAbsentVotes(java.math.BigDecimal value)
-
withPartyPercentageYes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyPercentageYes(java.math.BigDecimal value)
-
withPartyPercentageNo
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyPercentageNo(java.math.BigDecimal value)
-
withPartyPercentageAbsent
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyPercentageAbsent(java.math.BigDecimal value)
-
withPartyPercentageAbstain
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyPercentageAbstain(java.math.BigDecimal value)
-
withPartyAvgPercentageMale
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyAvgPercentageMale(java.math.BigDecimal value)
-
withPartyWonTotal
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyWonTotal(java.math.BigDecimal value)
-
withPartyWonPercentage
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withPartyWonPercentage(java.math.BigDecimal value)
-
withAvgPercentageYes
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAvgPercentageYes(java.math.BigDecimal value)
-
withAvgPercentageNo
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAvgPercentageNo(java.math.BigDecimal value)
-
withAvgPercentageAbsent
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAvgPercentageAbsent(java.math.BigDecimal value)
-
withAvgPercentageAbstain
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAvgPercentageAbstain(java.math.BigDecimal value)
-
withAvgPercentageMale
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAvgPercentageMale(java.math.BigDecimal value)
-
withAvgBornYear
public ViewRiksdagenVoteDataBallotPartySummaryAnnual withAvgBornYear(java.math.BigDecimal value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-