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,java.io.Serializable
@Entity(name="ViewRiksdagenVoteDataBallotSummaryMonthly")
public class ViewRiksdagenVoteDataBallotSummaryMonthly
extends java.lang.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
FieldsModifier and TypeFieldDescriptionprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.math.BigDecimalprotected java.util.Dateprotected java.math.BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanequals(java.lang.Object obj) java.math.BigDecimalGets the value of the absentVotes property.java.math.BigDecimalGets the value of the abstainVotes property.java.math.BigDecimalGets the value of the approvedBallots property.java.math.BigDecimalGets the value of the avgBornYear property.java.math.BigDecimalGets the value of the avgPercentageAbsent property.java.math.BigDecimalGets the value of the avgPercentageAbstain property.java.math.BigDecimalGets the value of the avgPercentageMale property.java.math.BigDecimalGets the value of the avgPercentageNo property.java.math.BigDecimalGets the value of the avgPercentageYes property.java.math.BigDecimalGets the value of the noVotes property.java.math.BigDecimalGets the value of the numberBallots property.java.math.BigDecimalGets the value of the percentageAbsent property.java.math.BigDecimalGets the value of the percentageAbstain property.java.math.BigDecimalGets the value of the percentageApproved property.java.math.BigDecimalGets the value of the percentageNo property.java.math.BigDecimalGets the value of the percentageYes property.java.math.BigDecimalGets the value of the totalVotes property.java.util.DateGets the value of the voteDate property.java.math.BigDecimalGets the value of the yesVotes property.final inthashCode()voidsetAbsentVotes(java.math.BigDecimal value) Sets the value of the absentVotes property.voidsetAbstainVotes(java.math.BigDecimal value) Sets the value of the abstainVotes property.voidsetApprovedBallots(java.math.BigDecimal value) Sets the value of the approvedBallots property.voidsetAvgBornYear(java.math.BigDecimal value) Sets the value of the avgBornYear property.voidsetAvgPercentageAbsent(java.math.BigDecimal value) Sets the value of the avgPercentageAbsent property.voidsetAvgPercentageAbstain(java.math.BigDecimal value) Sets the value of the avgPercentageAbstain property.voidsetAvgPercentageMale(java.math.BigDecimal value) Sets the value of the avgPercentageMale property.voidsetAvgPercentageNo(java.math.BigDecimal value) Sets the value of the avgPercentageNo property.voidsetAvgPercentageYes(java.math.BigDecimal value) Sets the value of the avgPercentageYes property.voidsetNoVotes(java.math.BigDecimal value) Sets the value of the noVotes property.voidsetNumberBallots(java.math.BigDecimal value) Sets the value of the numberBallots property.voidsetPercentageAbsent(java.math.BigDecimal value) Sets the value of the percentageAbsent property.voidsetPercentageAbstain(java.math.BigDecimal value) Sets the value of the percentageAbstain property.voidsetPercentageApproved(java.math.BigDecimal value) Sets the value of the percentageApproved property.voidsetPercentageNo(java.math.BigDecimal value) Sets the value of the percentageNo property.voidsetPercentageYes(java.math.BigDecimal value) Sets the value of the percentageYes property.voidsetTotalVotes(java.math.BigDecimal value) Sets the value of the totalVotes property.voidsetVoteDate(java.util.Date value) Sets the value of the voteDate property.voidsetYesVotes(java.math.BigDecimal value) Sets the value of the yesVotes property.final java.lang.StringtoString()withAbsentVotes(java.math.BigDecimal value) withAbstainVotes(java.math.BigDecimal value) withApprovedBallots(java.math.BigDecimal value) withAvgBornYear(java.math.BigDecimal value) withAvgPercentageAbsent(java.math.BigDecimal value) withAvgPercentageAbstain(java.math.BigDecimal value) withAvgPercentageMale(java.math.BigDecimal value) withAvgPercentageNo(java.math.BigDecimal value) withAvgPercentageYes(java.math.BigDecimal value) withNoVotes(java.math.BigDecimal value) withNumberBallots(java.math.BigDecimal value) withPercentageAbsent(java.math.BigDecimal value) withPercentageAbstain(java.math.BigDecimal value) withPercentageApproved(java.math.BigDecimal value) withPercentageNo(java.math.BigDecimal value) withPercentageYes(java.math.BigDecimal value) withTotalVotes(java.math.BigDecimal value) withVoteDate(java.util.Date value) withYesVotes(java.math.BigDecimal value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
voteDate
protected java.util.Date voteDate -
avgBornYear
protected java.math.BigDecimal avgBornYear -
totalVotes
protected java.math.BigDecimal totalVotes -
yesVotes
protected java.math.BigDecimal yesVotes -
noVotes
protected java.math.BigDecimal noVotes -
abstainVotes
protected java.math.BigDecimal abstainVotes -
absentVotes
protected java.math.BigDecimal absentVotes -
percentageYes
protected java.math.BigDecimal percentageYes -
percentageNo
protected java.math.BigDecimal percentageNo -
percentageAbsent
protected java.math.BigDecimal percentageAbsent -
percentageAbstain
protected java.math.BigDecimal percentageAbstain -
numberBallots
protected java.math.BigDecimal numberBallots -
approvedBallots
protected java.math.BigDecimal approvedBallots -
percentageApproved
protected java.math.BigDecimal percentageApproved -
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
-
-
Constructor Details
-
ViewRiksdagenVoteDataBallotSummaryMonthly
public ViewRiksdagenVoteDataBallotSummaryMonthly()
-
-
Method Details
-
getVoteDate
public java.util.Date getVoteDate()Gets the value of the voteDate property.- Returns:
- possible object is
String
-
setVoteDate
public void setVoteDate(java.util.Date value) Sets the value of the voteDate property.- Parameters:
value- allowed object isString
-
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
-
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
-
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
-
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
-
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
-
getApprovedBallots
public java.math.BigDecimal getApprovedBallots()Gets the value of the approvedBallots property.- Returns:
- possible object is
BigDecimal
-
setApprovedBallots
public void setApprovedBallots(java.math.BigDecimal value) Sets the value of the approvedBallots property.- Parameters:
value- allowed object isBigDecimal
-
getPercentageApproved
public java.math.BigDecimal getPercentageApproved()Gets the value of the percentageApproved property.- Returns:
- possible object is
BigDecimal
-
setPercentageApproved
public void setPercentageApproved(java.math.BigDecimal value) Sets the value of the percentageApproved 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
-
withVoteDate
-
withAvgBornYear
-
withTotalVotes
-
withYesVotes
-
withNoVotes
-
withAbstainVotes
-
withAbsentVotes
-
withPercentageYes
-
withPercentageNo
-
withPercentageAbsent
-
withPercentageAbstain
-
withNumberBallots
-
withApprovedBallots
-
withPercentageApproved
-
withAvgPercentageYes
-
withAvgPercentageNo
-
withAvgPercentageAbsent
public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgPercentageAbsent(java.math.BigDecimal value) -
withAvgPercentageAbstain
public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgPercentageAbstain(java.math.BigDecimal value) -
withAvgPercentageMale
-
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj) - Overrides:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()- Overrides:
hashCodein classjava.lang.Object
-