java.lang.Object
com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenVoteDataBallotPartySummaryWeekly
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

@Entity(name="ViewRiksdagenVoteDataBallotPartySummaryWeekly") public class ViewRiksdagenVoteDataBallotPartySummaryWeekly extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject

Java class for ViewRiksdagenVoteDataBallotPartySummaryWeekly complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ViewRiksdagenVoteDataBallotPartySummaryWeekly">
   <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:
  • Field Details

    • 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
  • Constructor Details

    • ViewRiksdagenVoteDataBallotPartySummaryWeekly

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly()
  • Method Details

    • 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 is RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId
    • 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
    • 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
    • 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
    • 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 is BigDecimal
    • 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 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
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 is BigDecimal
    • 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 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
    • 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
    • withEmbeddedId

    • withTotalVotes

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

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

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withNoVotes(java.math.BigDecimal value)
    • withNumberBallots

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withNumberBallots(java.math.BigDecimal value)
    • withAbstainVotes

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

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withAbsentVotes(java.math.BigDecimal value)
    • withApprovedTotal

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withApprovedTotal(java.math.BigDecimal value)
    • withApprovedPercentage

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withApprovedPercentage(java.math.BigDecimal value)
    • withPercentageYes

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

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

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

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPercentageAbstain(java.math.BigDecimal value)
    • withPartyAvgBornYear

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyAvgBornYear(java.math.BigDecimal value)
    • withPartyTotalVotes

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyTotalVotes(java.math.BigDecimal value)
    • withPartyYesVotes

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyYesVotes(java.math.BigDecimal value)
    • withPartyNoVotes

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyNoVotes(java.math.BigDecimal value)
    • withPartyAbstainVotes

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyAbstainVotes(java.math.BigDecimal value)
    • withPartyAbsentVotes

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyAbsentVotes(java.math.BigDecimal value)
    • withPartyPercentageYes

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyPercentageYes(java.math.BigDecimal value)
    • withPartyPercentageNo

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyPercentageNo(java.math.BigDecimal value)
    • withPartyPercentageAbsent

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyPercentageAbsent(java.math.BigDecimal value)
    • withPartyPercentageAbstain

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyPercentageAbstain(java.math.BigDecimal value)
    • withPartyAvgPercentageMale

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyAvgPercentageMale(java.math.BigDecimal value)
    • withPartyWonTotal

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyWonTotal(java.math.BigDecimal value)
    • withPartyWonPercentage

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withPartyWonPercentage(java.math.BigDecimal value)
    • withAvgPercentageYes

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

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

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

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

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withAvgPercentageMale(java.math.BigDecimal value)
    • withAvgBornYear

      public ViewRiksdagenVoteDataBallotPartySummaryWeekly withAvgBornYear(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