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 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 is String
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • withVoteDate

      public ViewRiksdagenVoteDataBallotSummaryMonthly withVoteDate(java.util.Date value)
    • withAvgBornYear

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgBornYear(java.math.BigDecimal value)
    • withTotalVotes

      public ViewRiksdagenVoteDataBallotSummaryMonthly withTotalVotes(java.math.BigDecimal value)
    • withYesVotes

      public ViewRiksdagenVoteDataBallotSummaryMonthly withYesVotes(java.math.BigDecimal value)
    • withNoVotes

      public ViewRiksdagenVoteDataBallotSummaryMonthly withNoVotes(java.math.BigDecimal value)
    • withAbstainVotes

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAbstainVotes(java.math.BigDecimal value)
    • withAbsentVotes

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAbsentVotes(java.math.BigDecimal value)
    • withPercentageYes

      public ViewRiksdagenVoteDataBallotSummaryMonthly withPercentageYes(java.math.BigDecimal value)
    • withPercentageNo

      public ViewRiksdagenVoteDataBallotSummaryMonthly withPercentageNo(java.math.BigDecimal value)
    • withPercentageAbsent

      public ViewRiksdagenVoteDataBallotSummaryMonthly withPercentageAbsent(java.math.BigDecimal value)
    • withPercentageAbstain

      public ViewRiksdagenVoteDataBallotSummaryMonthly withPercentageAbstain(java.math.BigDecimal value)
    • withNumberBallots

      public ViewRiksdagenVoteDataBallotSummaryMonthly withNumberBallots(java.math.BigDecimal value)
    • withApprovedBallots

      public ViewRiksdagenVoteDataBallotSummaryMonthly withApprovedBallots(java.math.BigDecimal value)
    • withPercentageApproved

      public ViewRiksdagenVoteDataBallotSummaryMonthly withPercentageApproved(java.math.BigDecimal value)
    • withAvgPercentageYes

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgPercentageYes(java.math.BigDecimal value)
    • withAvgPercentageNo

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgPercentageNo(java.math.BigDecimal value)
    • withAvgPercentageAbsent

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgPercentageAbsent(java.math.BigDecimal value)
    • withAvgPercentageAbstain

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgPercentageAbstain(java.math.BigDecimal value)
    • withAvgPercentageMale

      public ViewRiksdagenVoteDataBallotSummaryMonthly withAvgPercentageMale(java.math.BigDecimal value)
    • toString

      public final java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • equals

      public final boolean equals(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class java.lang.Object