ViewRiksdagenVoteDataBallotPoliticianSummaryDaily.java
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.02.25 at 12:05:09 AM CET
//
package com.hack23.cia.model.internal.application.data.committee.impl;
import java.math.BigDecimal;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persistence.Table;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.hack23.cia.model.common.api.ModelObject;
/**
* <p>Java class for ViewRiksdagenVoteDataBallotPoliticianSummaryDaily complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="ViewRiksdagenVoteDataBallotPoliticianSummaryDaily">
* <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}long"/>
* <element name="avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="avg_total_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="avg_yes_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="avg_no_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="avg_abstain_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="avg_absent_votes" 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"/>
* <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}long"/>
* <element name="politician_no_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="politician_abstain_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="politician_absent_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <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}long"/>
* <element name="party_won_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="approved_total" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <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}long"/>
* <element name="rebel_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="rebel_total" type="{http://www.w3.org/2001/XMLSchema}long"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ViewRiksdagenVoteDataBallotPoliticianSummaryDaily", propOrder = {
"embeddedId",
"firstName",
"lastName",
"gender",
"party",
"bornYear",
"numberBallots",
"avgBornYear",
"avgTotalVotes",
"avgYesVotes",
"avgNoVotes",
"avgAbstainVotes",
"avgAbsentVotes",
"percentageApproved",
"avgPercentageYes",
"avgPercentageNo",
"avgPercentageAbsent",
"avgPercentageAbstain",
"avgPercentageMale",
"totalVotes",
"yesVotes",
"noVotes",
"abstainVotes",
"absentVotes",
"partyTotalVotes",
"partyYesVotes",
"partyNoVotes",
"partyAbstainVotes",
"partyAbsentVotes",
"politicianYesVotes",
"politicianNoVotes",
"politicianAbstainVotes",
"politicianAbsentVotes",
"politicianPercentageYes",
"politicianPercentageNo",
"politicianPercentageAbsent",
"politicianPercentageAbstain",
"partyAvgBornYear",
"partyAvgPercentageMale",
"partyPercentageYes",
"partyPercentageNo",
"partyPercentageAbstain",
"partyPercentageAbsent",
"percentageYes",
"percentageNo",
"percentageAbstain",
"percentageAbsent",
"partyWonTotal",
"partyWonPercentage",
"approvedTotal",
"approvedPercentage",
"wonPercentage",
"wonTotal",
"rebelPercentage",
"rebelTotal"
})
@Entity(name = "ViewRiksdagenVoteDataBallotPoliticianSummaryDaily")
@Table(name = "View_Riksdagen_Vote_Data_Ballot_Politician_Summary_Daily")
@Inheritance(strategy = InheritanceType.JOINED)
public class ViewRiksdagenVoteDataBallotPoliticianSummaryDaily
implements ModelObject
{
/**
*
*/
private static final long serialVersionUID = 1L;
@XmlElement(required = true)
protected RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId embeddedId;
@XmlElement(name = "first_name", required = true)
protected String firstName;
@XmlElement(name = "last_name", required = true)
protected String lastName;
@XmlElement(required = true)
protected String gender;
@XmlElement(required = true)
protected String party;
@XmlElement(name = "born_year")
protected int bornYear;
@XmlElement(name = "number_ballots")
protected long numberBallots;
@XmlElement(name = "avg_born_year", required = true)
protected BigDecimal avgBornYear;
@XmlElement(name = "avg_total_votes")
protected long avgTotalVotes;
@XmlElement(name = "avg_yes_votes", required = true)
protected BigDecimal avgYesVotes;
@XmlElement(name = "avg_no_votes", required = true)
protected BigDecimal avgNoVotes;
@XmlElement(name = "avg_abstain_votes", required = true)
protected BigDecimal avgAbstainVotes;
@XmlElement(name = "avg_absent_votes", required = true)
protected BigDecimal avgAbsentVotes;
@XmlElement(name = "percentage_approved", required = true)
protected BigDecimal percentageApproved;
@XmlElement(name = "avg_percentage_yes", required = true)
protected BigDecimal avgPercentageYes;
@XmlElement(name = "avg_percentage_no", required = true)
protected BigDecimal avgPercentageNo;
@XmlElement(name = "avg_percentage_absent", required = true)
protected BigDecimal avgPercentageAbsent;
@XmlElement(name = "avg_percentage_abstain", required = true)
protected BigDecimal avgPercentageAbstain;
@XmlElement(name = "avg_percentage_male", required = true)
protected BigDecimal avgPercentageMale;
@XmlElement(name = "total_votes", required = true)
protected BigDecimal totalVotes;
@XmlElement(name = "yes_votes", required = true)
protected BigDecimal yesVotes;
@XmlElement(name = "no_votes", required = true)
protected BigDecimal noVotes;
@XmlElement(name = "abstain_votes", required = true)
protected BigDecimal abstainVotes;
@XmlElement(name = "absent_votes", required = true)
protected BigDecimal absentVotes;
@XmlElement(name = "party_total_votes", required = true)
protected BigDecimal partyTotalVotes;
@XmlElement(name = "party_yes_votes", required = true)
protected BigDecimal partyYesVotes;
@XmlElement(name = "party_no_votes", required = true)
protected BigDecimal partyNoVotes;
@XmlElement(name = "party_abstain_votes", required = true)
protected BigDecimal partyAbstainVotes;
@XmlElement(name = "party_absent_votes", required = true)
protected BigDecimal partyAbsentVotes;
@XmlElement(name = "politician_yes_votes")
protected long politicianYesVotes;
@XmlElement(name = "politician_no_votes")
protected long politicianNoVotes;
@XmlElement(name = "politician_abstain_votes")
protected long politicianAbstainVotes;
@XmlElement(name = "politician_absent_votes")
protected long politicianAbsentVotes;
@XmlElement(name = "politician_percentage_yes", required = true)
protected BigDecimal politicianPercentageYes;
@XmlElement(name = "politician_percentage_no", required = true)
protected BigDecimal politicianPercentageNo;
@XmlElement(name = "politician_percentage_absent", required = true)
protected BigDecimal politicianPercentageAbsent;
@XmlElement(name = "politician_percentage_abstain", required = true)
protected BigDecimal politicianPercentageAbstain;
@XmlElement(name = "party_avg_born_year", required = true)
protected BigDecimal partyAvgBornYear;
@XmlElement(name = "party_avg_percentage_male", required = true)
protected BigDecimal partyAvgPercentageMale;
@XmlElement(name = "party_percentage_yes", required = true)
protected BigDecimal partyPercentageYes;
@XmlElement(name = "party_percentage_no", required = true)
protected BigDecimal partyPercentageNo;
@XmlElement(name = "party_percentage_abstain", required = true)
protected BigDecimal partyPercentageAbstain;
@XmlElement(name = "party_percentage_absent", required = true)
protected BigDecimal partyPercentageAbsent;
@XmlElement(name = "percentage_yes", required = true)
protected BigDecimal percentageYes;
@XmlElement(name = "percentage_no", required = true)
protected BigDecimal percentageNo;
@XmlElement(name = "percentage_abstain", required = true)
protected BigDecimal percentageAbstain;
@XmlElement(name = "percentage_absent", required = true)
protected BigDecimal percentageAbsent;
@XmlElement(name = "party_won_total")
protected long partyWonTotal;
@XmlElement(name = "party_won_percentage", required = true)
protected BigDecimal partyWonPercentage;
@XmlElement(name = "approved_total")
protected long approvedTotal;
@XmlElement(name = "approved_percentage", required = true)
protected BigDecimal approvedPercentage;
@XmlElement(name = "won_percentage", required = true)
protected BigDecimal wonPercentage;
@XmlElement(name = "won_total")
protected long wonTotal;
@XmlElement(name = "rebel_percentage", required = true)
protected BigDecimal rebelPercentage;
@XmlElement(name = "rebel_total")
protected long rebelTotal;
/**
* Gets the value of the embeddedId property.
*
* @return
* possible object is
* {@link RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId }
*
*/
@EmbeddedId
@AttributeOverrides({
@AttributeOverride(name = "voteDate", column = @Column(name = "EMBEDDED_ID_VOTE_DATE")),
@AttributeOverride(name = "intressentId", column = @Column(name = "EMBEDDED_ID_INTRESSENT_ID"))
})
public RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId getEmbeddedId() {
return embeddedId;
}
/**
* Sets the value of the embeddedId property.
*
* @param value
* allowed object is
* {@link RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId }
*
*/
public void setEmbeddedId(final RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId value) {
this.embeddedId = value;
}
/**
* Gets the value of the firstName property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "FIRST_NAME")
public String getFirstName() {
return firstName;
}
/**
* Sets the value of the firstName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFirstName(final String value) {
this.firstName = value;
}
/**
* Gets the value of the lastName property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "LAST_NAME")
public String getLastName() {
return lastName;
}
/**
* Sets the value of the lastName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLastName(final String value) {
this.lastName = value;
}
/**
* Gets the value of the gender property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "GENDER")
public String getGender() {
return gender;
}
/**
* Sets the value of the gender property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGender(final String value) {
this.gender = value;
}
/**
* Gets the value of the party property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "PARTY")
public String getParty() {
return party;
}
/**
* Sets the value of the party property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setParty(final String value) {
this.party = value;
}
/**
* Gets the value of the bornYear property.
*
*/
@Basic
@Column(name = "BORN_YEAR", precision = 10, scale = 0)
public int getBornYear() {
return bornYear;
}
/**
* Sets the value of the bornYear property.
*
*/
public void setBornYear(final int value) {
this.bornYear = value;
}
/**
* Gets the value of the numberBallots property.
*
*/
@Basic
@Column(name = "NUMBER_BALLOTS", precision = 20)
public long getNumberBallots() {
return numberBallots;
}
/**
* Sets the value of the numberBallots property.
*
*/
public void setNumberBallots(final long value) {
this.numberBallots = value;
}
/**
* Gets the value of the avgBornYear property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_BORN_YEAR", precision = 20, scale = 10)
public BigDecimal getAvgBornYear() {
return avgBornYear;
}
/**
* Sets the value of the avgBornYear property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgBornYear(final BigDecimal value) {
this.avgBornYear = value;
}
/**
* Gets the value of the avgTotalVotes property.
*
*/
@Basic
@Column(name = "AVG_TOTAL_VOTES", precision = 20)
public long getAvgTotalVotes() {
return avgTotalVotes;
}
/**
* Sets the value of the avgTotalVotes property.
*
*/
public void setAvgTotalVotes(final long value) {
this.avgTotalVotes = value;
}
/**
* Gets the value of the avgYesVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_YES_VOTES", precision = 20, scale = 10)
public BigDecimal getAvgYesVotes() {
return avgYesVotes;
}
/**
* Sets the value of the avgYesVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgYesVotes(final BigDecimal value) {
this.avgYesVotes = value;
}
/**
* Gets the value of the avgNoVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_NO_VOTES", precision = 20, scale = 10)
public BigDecimal getAvgNoVotes() {
return avgNoVotes;
}
/**
* Sets the value of the avgNoVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgNoVotes(final BigDecimal value) {
this.avgNoVotes = value;
}
/**
* Gets the value of the avgAbstainVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_ABSTAIN_VOTES", precision = 20, scale = 10)
public BigDecimal getAvgAbstainVotes() {
return avgAbstainVotes;
}
/**
* Sets the value of the avgAbstainVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgAbstainVotes(final BigDecimal value) {
this.avgAbstainVotes = value;
}
/**
* Gets the value of the avgAbsentVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_ABSENT_VOTES", precision = 20, scale = 10)
public BigDecimal getAvgAbsentVotes() {
return avgAbsentVotes;
}
/**
* Sets the value of the avgAbsentVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgAbsentVotes(final BigDecimal value) {
this.avgAbsentVotes = value;
}
/**
* Gets the value of the percentageApproved property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PERCENTAGE_APPROVED", precision = 20, scale = 10)
public BigDecimal getPercentageApproved() {
return percentageApproved;
}
/**
* Sets the value of the percentageApproved property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPercentageApproved(final BigDecimal value) {
this.percentageApproved = value;
}
/**
* Gets the value of the avgPercentageYes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_PERCENTAGE_YES", precision = 20, scale = 10)
public BigDecimal getAvgPercentageYes() {
return avgPercentageYes;
}
/**
* Sets the value of the avgPercentageYes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgPercentageYes(final BigDecimal value) {
this.avgPercentageYes = value;
}
/**
* Gets the value of the avgPercentageNo property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_PERCENTAGE_NO", precision = 20, scale = 10)
public BigDecimal getAvgPercentageNo() {
return avgPercentageNo;
}
/**
* Sets the value of the avgPercentageNo property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgPercentageNo(final BigDecimal value) {
this.avgPercentageNo = value;
}
/**
* Gets the value of the avgPercentageAbsent property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_PERCENTAGE_ABSENT", precision = 20, scale = 10)
public BigDecimal getAvgPercentageAbsent() {
return avgPercentageAbsent;
}
/**
* Sets the value of the avgPercentageAbsent property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgPercentageAbsent(final BigDecimal value) {
this.avgPercentageAbsent = value;
}
/**
* Gets the value of the avgPercentageAbstain property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_PERCENTAGE_ABSTAIN", precision = 20, scale = 10)
public BigDecimal getAvgPercentageAbstain() {
return avgPercentageAbstain;
}
/**
* Sets the value of the avgPercentageAbstain property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgPercentageAbstain(final BigDecimal value) {
this.avgPercentageAbstain = value;
}
/**
* Gets the value of the avgPercentageMale property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "AVG_PERCENTAGE_MALE", precision = 20, scale = 10)
public BigDecimal getAvgPercentageMale() {
return avgPercentageMale;
}
/**
* Sets the value of the avgPercentageMale property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAvgPercentageMale(final BigDecimal value) {
this.avgPercentageMale = value;
}
/**
* Gets the value of the totalVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "TOTAL_VOTES", precision = 20, scale = 10)
public BigDecimal getTotalVotes() {
return totalVotes;
}
/**
* Sets the value of the totalVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotalVotes(final BigDecimal value) {
this.totalVotes = value;
}
/**
* Gets the value of the yesVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "YES_VOTES", precision = 20, scale = 10)
public BigDecimal getYesVotes() {
return yesVotes;
}
/**
* Sets the value of the yesVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setYesVotes(final BigDecimal value) {
this.yesVotes = value;
}
/**
* Gets the value of the noVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "NO_VOTES", precision = 20, scale = 10)
public BigDecimal getNoVotes() {
return noVotes;
}
/**
* Sets the value of the noVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setNoVotes(final BigDecimal value) {
this.noVotes = value;
}
/**
* Gets the value of the abstainVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "ABSTAIN_VOTES", precision = 20, scale = 10)
public BigDecimal getAbstainVotes() {
return abstainVotes;
}
/**
* Sets the value of the abstainVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAbstainVotes(final BigDecimal value) {
this.abstainVotes = value;
}
/**
* Gets the value of the absentVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "ABSENT_VOTES", precision = 20, scale = 10)
public BigDecimal getAbsentVotes() {
return absentVotes;
}
/**
* Sets the value of the absentVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAbsentVotes(final BigDecimal value) {
this.absentVotes = value;
}
/**
* Gets the value of the partyTotalVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_TOTAL_VOTES", precision = 20, scale = 10)
public BigDecimal getPartyTotalVotes() {
return partyTotalVotes;
}
/**
* Sets the value of the partyTotalVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyTotalVotes(final BigDecimal value) {
this.partyTotalVotes = value;
}
/**
* Gets the value of the partyYesVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_YES_VOTES", precision = 20, scale = 10)
public BigDecimal getPartyYesVotes() {
return partyYesVotes;
}
/**
* Sets the value of the partyYesVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyYesVotes(final BigDecimal value) {
this.partyYesVotes = value;
}
/**
* Gets the value of the partyNoVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_NO_VOTES", precision = 20, scale = 10)
public BigDecimal getPartyNoVotes() {
return partyNoVotes;
}
/**
* Sets the value of the partyNoVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyNoVotes(final BigDecimal value) {
this.partyNoVotes = value;
}
/**
* Gets the value of the partyAbstainVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_ABSTAIN_VOTES", precision = 20, scale = 10)
public BigDecimal getPartyAbstainVotes() {
return partyAbstainVotes;
}
/**
* Sets the value of the partyAbstainVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyAbstainVotes(final BigDecimal value) {
this.partyAbstainVotes = value;
}
/**
* Gets the value of the partyAbsentVotes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_ABSENT_VOTES", precision = 20, scale = 10)
public BigDecimal getPartyAbsentVotes() {
return partyAbsentVotes;
}
/**
* Sets the value of the partyAbsentVotes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyAbsentVotes(final BigDecimal value) {
this.partyAbsentVotes = value;
}
/**
* Gets the value of the politicianYesVotes property.
*
*/
@Basic
@Column(name = "POLITICIAN_YES_VOTES", precision = 20)
public long getPoliticianYesVotes() {
return politicianYesVotes;
}
/**
* Sets the value of the politicianYesVotes property.
*
*/
public void setPoliticianYesVotes(final long value) {
this.politicianYesVotes = value;
}
/**
* Gets the value of the politicianNoVotes property.
*
*/
@Basic
@Column(name = "POLITICIAN_NO_VOTES", precision = 20)
public long getPoliticianNoVotes() {
return politicianNoVotes;
}
/**
* Sets the value of the politicianNoVotes property.
*
*/
public void setPoliticianNoVotes(final long value) {
this.politicianNoVotes = value;
}
/**
* Gets the value of the politicianAbstainVotes property.
*
*/
@Basic
@Column(name = "POLITICIAN_ABSTAIN_VOTES", precision = 20)
public long getPoliticianAbstainVotes() {
return politicianAbstainVotes;
}
/**
* Sets the value of the politicianAbstainVotes property.
*
*/
public void setPoliticianAbstainVotes(final long value) {
this.politicianAbstainVotes = value;
}
/**
* Gets the value of the politicianAbsentVotes property.
*
*/
@Basic
@Column(name = "POLITICIAN_ABSENT_VOTES", precision = 20)
public long getPoliticianAbsentVotes() {
return politicianAbsentVotes;
}
/**
* Sets the value of the politicianAbsentVotes property.
*
*/
public void setPoliticianAbsentVotes(final long value) {
this.politicianAbsentVotes = value;
}
/**
* Gets the value of the politicianPercentageYes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "POLITICIAN_PERCENTAGE_YES", precision = 20, scale = 10)
public BigDecimal getPoliticianPercentageYes() {
return politicianPercentageYes;
}
/**
* Sets the value of the politicianPercentageYes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPoliticianPercentageYes(final BigDecimal value) {
this.politicianPercentageYes = value;
}
/**
* Gets the value of the politicianPercentageNo property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "POLITICIAN_PERCENTAGE_NO", precision = 20, scale = 10)
public BigDecimal getPoliticianPercentageNo() {
return politicianPercentageNo;
}
/**
* Sets the value of the politicianPercentageNo property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPoliticianPercentageNo(final BigDecimal value) {
this.politicianPercentageNo = value;
}
/**
* Gets the value of the politicianPercentageAbsent property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "POLITICIAN_PERCENTAGE_ABSENT", precision = 20, scale = 10)
public BigDecimal getPoliticianPercentageAbsent() {
return politicianPercentageAbsent;
}
/**
* Sets the value of the politicianPercentageAbsent property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPoliticianPercentageAbsent(final BigDecimal value) {
this.politicianPercentageAbsent = value;
}
/**
* Gets the value of the politicianPercentageAbstain property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "POLITICIAN_PERCENTAGE_ABSTAIN", precision = 20, scale = 10)
public BigDecimal getPoliticianPercentageAbstain() {
return politicianPercentageAbstain;
}
/**
* Sets the value of the politicianPercentageAbstain property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPoliticianPercentageAbstain(final BigDecimal value) {
this.politicianPercentageAbstain = value;
}
/**
* Gets the value of the partyAvgBornYear property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_AVG_BORN_YEAR", precision = 20, scale = 10)
public BigDecimal getPartyAvgBornYear() {
return partyAvgBornYear;
}
/**
* Sets the value of the partyAvgBornYear property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyAvgBornYear(final BigDecimal value) {
this.partyAvgBornYear = value;
}
/**
* Gets the value of the partyAvgPercentageMale property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_AVG_PERCENTAGE_MALE", precision = 20, scale = 10)
public BigDecimal getPartyAvgPercentageMale() {
return partyAvgPercentageMale;
}
/**
* Sets the value of the partyAvgPercentageMale property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyAvgPercentageMale(final BigDecimal value) {
this.partyAvgPercentageMale = value;
}
/**
* Gets the value of the partyPercentageYes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_PERCENTAGE_YES", precision = 20, scale = 10)
public BigDecimal getPartyPercentageYes() {
return partyPercentageYes;
}
/**
* Sets the value of the partyPercentageYes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyPercentageYes(final BigDecimal value) {
this.partyPercentageYes = value;
}
/**
* Gets the value of the partyPercentageNo property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_PERCENTAGE_NO", precision = 20, scale = 10)
public BigDecimal getPartyPercentageNo() {
return partyPercentageNo;
}
/**
* Sets the value of the partyPercentageNo property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyPercentageNo(final BigDecimal value) {
this.partyPercentageNo = value;
}
/**
* Gets the value of the partyPercentageAbstain property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_PERCENTAGE_ABSTAIN", precision = 20, scale = 10)
public BigDecimal getPartyPercentageAbstain() {
return partyPercentageAbstain;
}
/**
* Sets the value of the partyPercentageAbstain property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyPercentageAbstain(final BigDecimal value) {
this.partyPercentageAbstain = value;
}
/**
* Gets the value of the partyPercentageAbsent property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_PERCENTAGE_ABSENT", precision = 20, scale = 10)
public BigDecimal getPartyPercentageAbsent() {
return partyPercentageAbsent;
}
/**
* Sets the value of the partyPercentageAbsent property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyPercentageAbsent(final BigDecimal value) {
this.partyPercentageAbsent = value;
}
/**
* Gets the value of the percentageYes property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PERCENTAGE_YES", precision = 20, scale = 10)
public BigDecimal getPercentageYes() {
return percentageYes;
}
/**
* Sets the value of the percentageYes property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPercentageYes(final BigDecimal value) {
this.percentageYes = value;
}
/**
* Gets the value of the percentageNo property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PERCENTAGE_NO", precision = 20, scale = 10)
public BigDecimal getPercentageNo() {
return percentageNo;
}
/**
* Sets the value of the percentageNo property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPercentageNo(final BigDecimal value) {
this.percentageNo = value;
}
/**
* Gets the value of the percentageAbstain property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PERCENTAGE_ABSTAIN", precision = 20, scale = 10)
public BigDecimal getPercentageAbstain() {
return percentageAbstain;
}
/**
* Sets the value of the percentageAbstain property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPercentageAbstain(final BigDecimal value) {
this.percentageAbstain = value;
}
/**
* Gets the value of the percentageAbsent property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PERCENTAGE_ABSENT", precision = 20, scale = 10)
public BigDecimal getPercentageAbsent() {
return percentageAbsent;
}
/**
* Sets the value of the percentageAbsent property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPercentageAbsent(final BigDecimal value) {
this.percentageAbsent = value;
}
/**
* Gets the value of the partyWonTotal property.
*
*/
@Basic
@Column(name = "PARTY_WON_TOTAL", precision = 20)
public long getPartyWonTotal() {
return partyWonTotal;
}
/**
* Sets the value of the partyWonTotal property.
*
*/
public void setPartyWonTotal(final long value) {
this.partyWonTotal = value;
}
/**
* Gets the value of the partyWonPercentage property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_WON_PERCENTAGE", precision = 20, scale = 10)
public BigDecimal getPartyWonPercentage() {
return partyWonPercentage;
}
/**
* Sets the value of the partyWonPercentage property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyWonPercentage(final BigDecimal value) {
this.partyWonPercentage = value;
}
/**
* Gets the value of the approvedTotal property.
*
*/
@Basic
@Column(name = "APPROVED_TOTAL", precision = 20)
public long getApprovedTotal() {
return approvedTotal;
}
/**
* Sets the value of the approvedTotal property.
*
*/
public void setApprovedTotal(final long value) {
this.approvedTotal = value;
}
/**
* Gets the value of the approvedPercentage property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "APPROVED_PERCENTAGE", precision = 20, scale = 10)
public BigDecimal getApprovedPercentage() {
return approvedPercentage;
}
/**
* Sets the value of the approvedPercentage property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setApprovedPercentage(final BigDecimal value) {
this.approvedPercentage = value;
}
/**
* Gets the value of the wonPercentage property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "WON_PERCENTAGE", precision = 20, scale = 10)
public BigDecimal getWonPercentage() {
return wonPercentage;
}
/**
* Sets the value of the wonPercentage property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setWonPercentage(final BigDecimal value) {
this.wonPercentage = value;
}
/**
* Gets the value of the wonTotal property.
*
*/
@Basic
@Column(name = "WON_TOTAL", precision = 20)
public long getWonTotal() {
return wonTotal;
}
/**
* Sets the value of the wonTotal property.
*
*/
public void setWonTotal(final long value) {
this.wonTotal = value;
}
/**
* Gets the value of the rebelPercentage property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "REBEL_PERCENTAGE", precision = 20, scale = 10)
public BigDecimal getRebelPercentage() {
return rebelPercentage;
}
/**
* Sets the value of the rebelPercentage property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setRebelPercentage(final BigDecimal value) {
this.rebelPercentage = value;
}
/**
* Gets the value of the rebelTotal property.
*
*/
@Basic
@Column(name = "REBEL_TOTAL", precision = 20)
public long getRebelTotal() {
return rebelTotal;
}
/**
* Sets the value of the rebelTotal property.
*
*/
public void setRebelTotal(final long value) {
this.rebelTotal = value;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withEmbeddedId(final RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId value) {
setEmbeddedId(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withFirstName(final String value) {
setFirstName(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withLastName(final String value) {
setLastName(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withGender(final String value) {
setGender(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withParty(final String value) {
setParty(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withBornYear(final int value) {
setBornYear(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withNumberBallots(final long value) {
setNumberBallots(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgBornYear(final BigDecimal value) {
setAvgBornYear(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgTotalVotes(final long value) {
setAvgTotalVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgYesVotes(final BigDecimal value) {
setAvgYesVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgNoVotes(final BigDecimal value) {
setAvgNoVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgAbstainVotes(final BigDecimal value) {
setAvgAbstainVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgAbsentVotes(final BigDecimal value) {
setAvgAbsentVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPercentageApproved(final BigDecimal value) {
setPercentageApproved(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgPercentageYes(final BigDecimal value) {
setAvgPercentageYes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgPercentageNo(final BigDecimal value) {
setAvgPercentageNo(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgPercentageAbsent(final BigDecimal value) {
setAvgPercentageAbsent(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgPercentageAbstain(final BigDecimal value) {
setAvgPercentageAbstain(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAvgPercentageMale(final BigDecimal value) {
setAvgPercentageMale(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withTotalVotes(final BigDecimal value) {
setTotalVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withYesVotes(final BigDecimal value) {
setYesVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withNoVotes(final BigDecimal value) {
setNoVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAbstainVotes(final BigDecimal value) {
setAbstainVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withAbsentVotes(final BigDecimal value) {
setAbsentVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyTotalVotes(final BigDecimal value) {
setPartyTotalVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyYesVotes(final BigDecimal value) {
setPartyYesVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyNoVotes(final BigDecimal value) {
setPartyNoVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyAbstainVotes(final BigDecimal value) {
setPartyAbstainVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyAbsentVotes(final BigDecimal value) {
setPartyAbsentVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianYesVotes(final long value) {
setPoliticianYesVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianNoVotes(final long value) {
setPoliticianNoVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianAbstainVotes(final long value) {
setPoliticianAbstainVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianAbsentVotes(final long value) {
setPoliticianAbsentVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianPercentageYes(final BigDecimal value) {
setPoliticianPercentageYes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianPercentageNo(final BigDecimal value) {
setPoliticianPercentageNo(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianPercentageAbsent(final BigDecimal value) {
setPoliticianPercentageAbsent(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPoliticianPercentageAbstain(final BigDecimal value) {
setPoliticianPercentageAbstain(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyAvgBornYear(final BigDecimal value) {
setPartyAvgBornYear(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyAvgPercentageMale(final BigDecimal value) {
setPartyAvgPercentageMale(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyPercentageYes(final BigDecimal value) {
setPartyPercentageYes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyPercentageNo(final BigDecimal value) {
setPartyPercentageNo(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyPercentageAbstain(final BigDecimal value) {
setPartyPercentageAbstain(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyPercentageAbsent(final BigDecimal value) {
setPartyPercentageAbsent(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPercentageYes(final BigDecimal value) {
setPercentageYes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPercentageNo(final BigDecimal value) {
setPercentageNo(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPercentageAbstain(final BigDecimal value) {
setPercentageAbstain(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPercentageAbsent(final BigDecimal value) {
setPercentageAbsent(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyWonTotal(final long value) {
setPartyWonTotal(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withPartyWonPercentage(final BigDecimal value) {
setPartyWonPercentage(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withApprovedTotal(final long value) {
setApprovedTotal(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withApprovedPercentage(final BigDecimal value) {
setApprovedPercentage(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withWonPercentage(final BigDecimal value) {
setWonPercentage(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withWonTotal(final long value) {
setWonTotal(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withRebelPercentage(final BigDecimal value) {
setRebelPercentage(value);
return this;
}
public ViewRiksdagenVoteDataBallotPoliticianSummaryDaily withRebelTotal(final long value) {
setRebelTotal(value);
return this;
}
@Override
public final String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.SHORT_PREFIX_STYLE);
}
@Override
public final boolean equals(final Object obj) {
return EqualsBuilder.reflectionEquals(this, obj);
}
@Override
public final int hashCode() {
return HashCodeBuilder.reflectionHashCode(this);
}
}