Class ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly

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

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

Java class for ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly complex type.

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

 <complexType name="ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly">
   <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}RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId"/>
         <element name="first_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="last_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="gender" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="party" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="born_year" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="number_ballots" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <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="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="politician_yes_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="politician_no_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="politician_abstain_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="politician_absent_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="politician_percentage_yes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="politician_percentage_no" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="politician_percentage_absent" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="politician_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_avg_percentage_male" 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_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_percentage_absent" 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_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="percentage_absent" 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="approved_total" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="approved_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="won_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="won_total" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="rebel_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="rebel_total" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • embeddedId

    • firstName

      protected java.lang.String firstName
    • lastName

      protected java.lang.String lastName
    • gender

      protected java.lang.String gender
    • party

      protected java.lang.String party
    • bornYear

      protected int bornYear
    • numberBallots

      protected java.math.BigDecimal numberBallots
    • 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
    • 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
    • politicianYesVotes

      protected java.math.BigDecimal politicianYesVotes
    • politicianNoVotes

      protected java.math.BigDecimal politicianNoVotes
    • politicianAbstainVotes

      protected java.math.BigDecimal politicianAbstainVotes
    • politicianAbsentVotes

      protected java.math.BigDecimal politicianAbsentVotes
    • politicianPercentageYes

      protected java.math.BigDecimal politicianPercentageYes
    • politicianPercentageNo

      protected java.math.BigDecimal politicianPercentageNo
    • politicianPercentageAbsent

      protected java.math.BigDecimal politicianPercentageAbsent
    • politicianPercentageAbstain

      protected java.math.BigDecimal politicianPercentageAbstain
    • partyAvgBornYear

      protected java.math.BigDecimal partyAvgBornYear
    • partyAvgPercentageMale

      protected java.math.BigDecimal partyAvgPercentageMale
    • partyPercentageYes

      protected java.math.BigDecimal partyPercentageYes
    • partyPercentageNo

      protected java.math.BigDecimal partyPercentageNo
    • partyPercentageAbstain

      protected java.math.BigDecimal partyPercentageAbstain
    • partyPercentageAbsent

      protected java.math.BigDecimal partyPercentageAbsent
    • percentageYes

      protected java.math.BigDecimal percentageYes
    • percentageNo

      protected java.math.BigDecimal percentageNo
    • percentageAbstain

      protected java.math.BigDecimal percentageAbstain
    • percentageAbsent

      protected java.math.BigDecimal percentageAbsent
    • partyWonTotal

      protected java.math.BigDecimal partyWonTotal
    • partyWonPercentage

      protected java.math.BigDecimal partyWonPercentage
    • approvedTotal

      protected java.math.BigDecimal approvedTotal
    • approvedPercentage

      protected java.math.BigDecimal approvedPercentage
    • wonPercentage

      protected java.math.BigDecimal wonPercentage
    • wonTotal

      protected java.math.BigDecimal wonTotal
    • rebelPercentage

      protected java.math.BigDecimal rebelPercentage
    • rebelTotal

      protected java.math.BigDecimal rebelTotal
  • Constructor Details

    • ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly()
  • Method Details

    • getEmbeddedId

      Gets the value of the embeddedId property.
      Returns:
      possible object is RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId
    • setEmbeddedId

      Sets the value of the embeddedId property.
      Parameters:
      value - allowed object is RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId
    • getFirstName

      public java.lang.String getFirstName()
      Gets the value of the firstName property.
      Returns:
      possible object is String
    • setFirstName

      public void setFirstName(java.lang.String value)
      Sets the value of the firstName property.
      Parameters:
      value - allowed object is String
    • getLastName

      public java.lang.String getLastName()
      Gets the value of the lastName property.
      Returns:
      possible object is String
    • setLastName

      public void setLastName(java.lang.String value)
      Sets the value of the lastName property.
      Parameters:
      value - allowed object is String
    • getGender

      public java.lang.String getGender()
      Gets the value of the gender property.
      Returns:
      possible object is String
    • setGender

      public void setGender(java.lang.String value)
      Sets the value of the gender property.
      Parameters:
      value - allowed object is String
    • getParty

      public java.lang.String getParty()
      Gets the value of the party property.
      Returns:
      possible object is String
    • setParty

      public void setParty(java.lang.String value)
      Sets the value of the party property.
      Parameters:
      value - allowed object is String
    • getBornYear

      public int getBornYear()
      Gets the value of the bornYear property.
    • setBornYear

      public void setBornYear(int value)
      Sets the value of the bornYear property.
    • 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
    • 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
    • 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
    • getPoliticianYesVotes

      public java.math.BigDecimal getPoliticianYesVotes()
      Gets the value of the politicianYesVotes property.
      Returns:
      possible object is BigDecimal
    • setPoliticianYesVotes

      public void setPoliticianYesVotes(java.math.BigDecimal value)
      Sets the value of the politicianYesVotes property.
      Parameters:
      value - allowed object is BigDecimal
    • getPoliticianNoVotes

      public java.math.BigDecimal getPoliticianNoVotes()
      Gets the value of the politicianNoVotes property.
      Returns:
      possible object is BigDecimal
    • setPoliticianNoVotes

      public void setPoliticianNoVotes(java.math.BigDecimal value)
      Sets the value of the politicianNoVotes property.
      Parameters:
      value - allowed object is BigDecimal
    • getPoliticianAbstainVotes

      public java.math.BigDecimal getPoliticianAbstainVotes()
      Gets the value of the politicianAbstainVotes property.
      Returns:
      possible object is BigDecimal
    • setPoliticianAbstainVotes

      public void setPoliticianAbstainVotes(java.math.BigDecimal value)
      Sets the value of the politicianAbstainVotes property.
      Parameters:
      value - allowed object is BigDecimal
    • getPoliticianAbsentVotes

      public java.math.BigDecimal getPoliticianAbsentVotes()
      Gets the value of the politicianAbsentVotes property.
      Returns:
      possible object is BigDecimal
    • setPoliticianAbsentVotes

      public void setPoliticianAbsentVotes(java.math.BigDecimal value)
      Sets the value of the politicianAbsentVotes property.
      Parameters:
      value - allowed object is BigDecimal
    • getPoliticianPercentageYes

      public java.math.BigDecimal getPoliticianPercentageYes()
      Gets the value of the politicianPercentageYes property.
      Returns:
      possible object is BigDecimal
    • setPoliticianPercentageYes

      public void setPoliticianPercentageYes(java.math.BigDecimal value)
      Sets the value of the politicianPercentageYes property.
      Parameters:
      value - allowed object is BigDecimal
    • getPoliticianPercentageNo

      public java.math.BigDecimal getPoliticianPercentageNo()
      Gets the value of the politicianPercentageNo property.
      Returns:
      possible object is BigDecimal
    • setPoliticianPercentageNo

      public void setPoliticianPercentageNo(java.math.BigDecimal value)
      Sets the value of the politicianPercentageNo property.
      Parameters:
      value - allowed object is BigDecimal
    • getPoliticianPercentageAbsent

      public java.math.BigDecimal getPoliticianPercentageAbsent()
      Gets the value of the politicianPercentageAbsent property.
      Returns:
      possible object is BigDecimal
    • setPoliticianPercentageAbsent

      public void setPoliticianPercentageAbsent(java.math.BigDecimal value)
      Sets the value of the politicianPercentageAbsent property.
      Parameters:
      value - allowed object is BigDecimal
    • getPoliticianPercentageAbstain

      public java.math.BigDecimal getPoliticianPercentageAbstain()
      Gets the value of the politicianPercentageAbstain property.
      Returns:
      possible object is BigDecimal
    • setPoliticianPercentageAbstain

      public void setPoliticianPercentageAbstain(java.math.BigDecimal value)
      Sets the value of the politicianPercentageAbstain 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • getWonPercentage

      public java.math.BigDecimal getWonPercentage()
      Gets the value of the wonPercentage property.
      Returns:
      possible object is BigDecimal
    • setWonPercentage

      public void setWonPercentage(java.math.BigDecimal value)
      Sets the value of the wonPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getWonTotal

      public java.math.BigDecimal getWonTotal()
      Gets the value of the wonTotal property.
      Returns:
      possible object is BigDecimal
    • setWonTotal

      public void setWonTotal(java.math.BigDecimal value)
      Sets the value of the wonTotal property.
      Parameters:
      value - allowed object is BigDecimal
    • getRebelPercentage

      public java.math.BigDecimal getRebelPercentage()
      Gets the value of the rebelPercentage property.
      Returns:
      possible object is BigDecimal
    • setRebelPercentage

      public void setRebelPercentage(java.math.BigDecimal value)
      Sets the value of the rebelPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getRebelTotal

      public java.math.BigDecimal getRebelTotal()
      Gets the value of the rebelTotal property.
      Returns:
      possible object is BigDecimal
    • setRebelTotal

      public void setRebelTotal(java.math.BigDecimal value)
      Sets the value of the rebelTotal property.
      Parameters:
      value - allowed object is BigDecimal
    • withEmbeddedId

    • withFirstName

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withFirstName(java.lang.String value)
    • withLastName

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withLastName(java.lang.String value)
    • withGender

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withGender(java.lang.String value)
    • withParty

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withParty(java.lang.String value)
    • withBornYear

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withBornYear(int value)
    • withNumberBallots

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withNumberBallots(java.math.BigDecimal value)
    • withAvgBornYear

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

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

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

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

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withAbsentVotes(java.math.BigDecimal value)
    • withPartyTotalVotes

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

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

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

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPartyAbsentVotes(java.math.BigDecimal value)
    • withPoliticianYesVotes

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianYesVotes(java.math.BigDecimal value)
    • withPoliticianNoVotes

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianNoVotes(java.math.BigDecimal value)
    • withPoliticianAbstainVotes

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianAbstainVotes(java.math.BigDecimal value)
    • withPoliticianAbsentVotes

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianAbsentVotes(java.math.BigDecimal value)
    • withPoliticianPercentageYes

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianPercentageYes(java.math.BigDecimal value)
    • withPoliticianPercentageNo

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianPercentageNo(java.math.BigDecimal value)
    • withPoliticianPercentageAbsent

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianPercentageAbsent(java.math.BigDecimal value)
    • withPoliticianPercentageAbstain

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPoliticianPercentageAbstain(java.math.BigDecimal value)
    • withPartyAvgBornYear

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPartyAvgBornYear(java.math.BigDecimal value)
    • withPartyAvgPercentageMale

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPartyAvgPercentageMale(java.math.BigDecimal value)
    • withPartyPercentageYes

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPartyPercentageNo(java.math.BigDecimal value)
    • withPartyPercentageAbstain

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPartyPercentageAbsent(java.math.BigDecimal value)
    • withPercentageYes

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPercentageNo(java.math.BigDecimal value)
    • withPercentageAbstain

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPercentageAbsent(java.math.BigDecimal value)
    • withPartyWonTotal

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withPartyWonPercentage(java.math.BigDecimal value)
    • withApprovedTotal

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

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withApprovedPercentage(java.math.BigDecimal value)
    • withWonPercentage

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withWonPercentage(java.math.BigDecimal value)
    • withWonTotal

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withWonTotal(java.math.BigDecimal value)
    • withRebelPercentage

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withRebelPercentage(java.math.BigDecimal value)
    • withRebelTotal

      public ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly withRebelTotal(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