ViewRiksdagenVoteDataBallotPartySummary.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 java.util.Date;
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.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
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;
import com.hack23.cia.model.common.impl.xml.XmlDateTypeAdapter;
/**
* <p>Java class for ViewRiksdagenVoteDataBallotPartySummary complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="ViewRiksdagenVoteDataBallotPartySummary">
* <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}RiksdagenVoteDataBallotPartyEmbeddedId"/>
* <element name="vote_date" type="{http://www.w3.org/2001/XMLSchema}date"/>
* <element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="ballot_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="total_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="yes_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="no_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="abstain_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="absent_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="approved" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="no_winner" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <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="percentage_male" 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}long"/>
* <element name="party_yes_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="party_no_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="party_abstain_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="party_absent_votes" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="party_approved" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="party_no_winner" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <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_percentage_male" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ViewRiksdagenVoteDataBallotPartySummary", propOrder = {
"embeddedId",
"voteDate",
"rm",
"ballotType",
"label",
"avgBornYear",
"totalVotes",
"yesVotes",
"noVotes",
"abstainVotes",
"absentVotes",
"approved",
"noWinner",
"percentageYes",
"percentageNo",
"percentageAbsent",
"percentageAbstain",
"percentageMale",
"partyAvgBornYear",
"partyTotalVotes",
"partyYesVotes",
"partyNoVotes",
"partyAbstainVotes",
"partyAbsentVotes",
"partyApproved",
"partyNoWinner",
"partyPercentageYes",
"partyPercentageNo",
"partyPercentageAbsent",
"partyPercentageAbstain",
"partyPercentageMale"
})
@Entity(name = "ViewRiksdagenVoteDataBallotPartySummary")
@Table(name = "View_Riksdagen_Vote_Data_Ballot_Party_Summary")
@Inheritance(strategy = InheritanceType.JOINED)
public class ViewRiksdagenVoteDataBallotPartySummary
implements ModelObject
{
/**
*
*/
private static final long serialVersionUID = 1L;
@XmlElement(required = true)
protected RiksdagenVoteDataBallotPartyEmbeddedId embeddedId;
@XmlElement(name = "vote_date", required = true, type = String.class)
@XmlJavaTypeAdapter(XmlDateTypeAdapter.class)
@XmlSchemaType(name = "date")
protected Date voteDate;
@XmlElement(required = true)
protected String rm;
@XmlElement(name = "ballot_type", required = true)
protected String ballotType;
@XmlElement(required = true)
protected String label;
@XmlElement(name = "avg_born_year", required = true)
protected BigDecimal avgBornYear;
@XmlElement(name = "total_votes")
protected long totalVotes;
@XmlElement(name = "yes_votes")
protected long yesVotes;
@XmlElement(name = "no_votes")
protected long noVotes;
@XmlElement(name = "abstain_votes")
protected long abstainVotes;
@XmlElement(name = "absent_votes")
protected long absentVotes;
protected boolean approved;
@XmlElement(name = "no_winner")
protected boolean noWinner;
@XmlElement(name = "percentage_yes", required = true)
protected BigDecimal percentageYes;
@XmlElement(name = "percentage_no", required = true)
protected BigDecimal percentageNo;
@XmlElement(name = "percentage_absent", required = true)
protected BigDecimal percentageAbsent;
@XmlElement(name = "percentage_abstain", required = true)
protected BigDecimal percentageAbstain;
@XmlElement(name = "percentage_male", required = true)
protected BigDecimal percentageMale;
@XmlElement(name = "party_avg_born_year", required = true)
protected BigDecimal partyAvgBornYear;
@XmlElement(name = "party_total_votes")
protected long partyTotalVotes;
@XmlElement(name = "party_yes_votes")
protected long partyYesVotes;
@XmlElement(name = "party_no_votes")
protected long partyNoVotes;
@XmlElement(name = "party_abstain_votes")
protected long partyAbstainVotes;
@XmlElement(name = "party_absent_votes")
protected long partyAbsentVotes;
@XmlElement(name = "party_approved")
protected boolean partyApproved;
@XmlElement(name = "party_no_winner")
protected boolean partyNoWinner;
@XmlElement(name = "party_percentage_yes", required = true)
protected BigDecimal partyPercentageYes;
@XmlElement(name = "party_percentage_no", required = true)
protected BigDecimal partyPercentageNo;
@XmlElement(name = "party_percentage_absent", required = true)
protected BigDecimal partyPercentageAbsent;
@XmlElement(name = "party_percentage_abstain", required = true)
protected BigDecimal partyPercentageAbstain;
@XmlElement(name = "party_percentage_male", required = true)
protected BigDecimal partyPercentageMale;
/**
* Gets the value of the embeddedId property.
*
* @return
* possible object is
* {@link RiksdagenVoteDataBallotPartyEmbeddedId }
*
*/
@EmbeddedId
@AttributeOverrides({
@AttributeOverride(name = "ballotId", column = @Column(name = "EMBEDDED_ID_BALLOT_ID")),
@AttributeOverride(name = "concern", column = @Column(name = "EMBEDDED_ID_CONCERN")),
@AttributeOverride(name = "issue", column = @Column(name = "EMBEDDED_ID_ISSUE")),
@AttributeOverride(name = "party", column = @Column(name = "EMBEDDED_ID_PARTY"))
})
public RiksdagenVoteDataBallotPartyEmbeddedId getEmbeddedId() {
return embeddedId;
}
/**
* Sets the value of the embeddedId property.
*
* @param value
* allowed object is
* {@link RiksdagenVoteDataBallotPartyEmbeddedId }
*
*/
public void setEmbeddedId(final RiksdagenVoteDataBallotPartyEmbeddedId value) {
this.embeddedId = value;
}
/**
* Gets the value of the voteDate property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "VOTE_DATE")
@Temporal(TemporalType.DATE)
public Date getVoteDate() {
return voteDate;
}
/**
* Sets the value of the voteDate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVoteDate(final Date value) {
this.voteDate = value;
}
/**
* Gets the value of the rm property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "RM")
public String getRm() {
return rm;
}
/**
* Sets the value of the rm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRm(final String value) {
this.rm = value;
}
/**
* Gets the value of the ballotType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "BALLOT_TYPE")
public String getBallotType() {
return ballotType;
}
/**
* Sets the value of the ballotType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBallotType(final String value) {
this.ballotType = value;
}
/**
* Gets the value of the label property.
*
* @return
* possible object is
* {@link String }
*
*/
@Basic
@Column(name = "LABEL")
public String getLabel() {
return label;
}
/**
* Sets the value of the label property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLabel(final String value) {
this.label = 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 totalVotes property.
*
*/
@Basic
@Column(name = "TOTAL_VOTES", precision = 20)
public long getTotalVotes() {
return totalVotes;
}
/**
* Sets the value of the totalVotes property.
*
*/
public void setTotalVotes(final long value) {
this.totalVotes = value;
}
/**
* Gets the value of the yesVotes property.
*
*/
@Basic
@Column(name = "YES_VOTES", precision = 20)
public long getYesVotes() {
return yesVotes;
}
/**
* Sets the value of the yesVotes property.
*
*/
public void setYesVotes(final long value) {
this.yesVotes = value;
}
/**
* Gets the value of the noVotes property.
*
*/
@Basic
@Column(name = "NO_VOTES", precision = 20)
public long getNoVotes() {
return noVotes;
}
/**
* Sets the value of the noVotes property.
*
*/
public void setNoVotes(final long value) {
this.noVotes = value;
}
/**
* Gets the value of the abstainVotes property.
*
*/
@Basic
@Column(name = "ABSTAIN_VOTES", precision = 20)
public long getAbstainVotes() {
return abstainVotes;
}
/**
* Sets the value of the abstainVotes property.
*
*/
public void setAbstainVotes(final long value) {
this.abstainVotes = value;
}
/**
* Gets the value of the absentVotes property.
*
*/
@Basic
@Column(name = "ABSENT_VOTES", precision = 20)
public long getAbsentVotes() {
return absentVotes;
}
/**
* Sets the value of the absentVotes property.
*
*/
public void setAbsentVotes(final long value) {
this.absentVotes = value;
}
/**
* Gets the value of the approved property.
*
*/
@Basic
@Column(name = "APPROVED")
public boolean isApproved() {
return approved;
}
/**
* Sets the value of the approved property.
*
*/
public void setApproved(final boolean value) {
this.approved = value;
}
/**
* Gets the value of the noWinner property.
*
*/
@Basic
@Column(name = "NO_WINNER")
public boolean isNoWinner() {
return noWinner;
}
/**
* Sets the value of the noWinner property.
*
*/
public void setNoWinner(final boolean value) {
this.noWinner = 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 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 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 percentageMale property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PERCENTAGE_MALE", precision = 20, scale = 10)
public BigDecimal getPercentageMale() {
return percentageMale;
}
/**
* Sets the value of the percentageMale property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPercentageMale(final BigDecimal value) {
this.percentageMale = 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 partyTotalVotes property.
*
*/
@Basic
@Column(name = "PARTY_TOTAL_VOTES", precision = 20)
public long getPartyTotalVotes() {
return partyTotalVotes;
}
/**
* Sets the value of the partyTotalVotes property.
*
*/
public void setPartyTotalVotes(final long value) {
this.partyTotalVotes = value;
}
/**
* Gets the value of the partyYesVotes property.
*
*/
@Basic
@Column(name = "PARTY_YES_VOTES", precision = 20)
public long getPartyYesVotes() {
return partyYesVotes;
}
/**
* Sets the value of the partyYesVotes property.
*
*/
public void setPartyYesVotes(final long value) {
this.partyYesVotes = value;
}
/**
* Gets the value of the partyNoVotes property.
*
*/
@Basic
@Column(name = "PARTY_NO_VOTES", precision = 20)
public long getPartyNoVotes() {
return partyNoVotes;
}
/**
* Sets the value of the partyNoVotes property.
*
*/
public void setPartyNoVotes(final long value) {
this.partyNoVotes = value;
}
/**
* Gets the value of the partyAbstainVotes property.
*
*/
@Basic
@Column(name = "PARTY_ABSTAIN_VOTES", precision = 20)
public long getPartyAbstainVotes() {
return partyAbstainVotes;
}
/**
* Sets the value of the partyAbstainVotes property.
*
*/
public void setPartyAbstainVotes(final long value) {
this.partyAbstainVotes = value;
}
/**
* Gets the value of the partyAbsentVotes property.
*
*/
@Basic
@Column(name = "PARTY_ABSENT_VOTES", precision = 20)
public long getPartyAbsentVotes() {
return partyAbsentVotes;
}
/**
* Sets the value of the partyAbsentVotes property.
*
*/
public void setPartyAbsentVotes(final long value) {
this.partyAbsentVotes = value;
}
/**
* Gets the value of the partyApproved property.
*
*/
@Basic
@Column(name = "PARTY_APPROVED")
public boolean isPartyApproved() {
return partyApproved;
}
/**
* Sets the value of the partyApproved property.
*
*/
public void setPartyApproved(final boolean value) {
this.partyApproved = value;
}
/**
* Gets the value of the partyNoWinner property.
*
*/
@Basic
@Column(name = "PARTY_NO_WINNER")
public boolean isPartyNoWinner() {
return partyNoWinner;
}
/**
* Sets the value of the partyNoWinner property.
*
*/
public void setPartyNoWinner(final boolean value) {
this.partyNoWinner = 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 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 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 partyPercentageMale property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
@Basic
@Column(name = "PARTY_PERCENTAGE_MALE", precision = 20, scale = 10)
public BigDecimal getPartyPercentageMale() {
return partyPercentageMale;
}
/**
* Sets the value of the partyPercentageMale property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setPartyPercentageMale(final BigDecimal value) {
this.partyPercentageMale = value;
}
public ViewRiksdagenVoteDataBallotPartySummary withEmbeddedId(final RiksdagenVoteDataBallotPartyEmbeddedId value) {
setEmbeddedId(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withVoteDate(final Date value) {
setVoteDate(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withRm(final String value) {
setRm(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withBallotType(final String value) {
setBallotType(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withLabel(final String value) {
setLabel(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withAvgBornYear(final BigDecimal value) {
setAvgBornYear(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withTotalVotes(final long value) {
setTotalVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withYesVotes(final long value) {
setYesVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withNoVotes(final long value) {
setNoVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withAbstainVotes(final long value) {
setAbstainVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withAbsentVotes(final long value) {
setAbsentVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withApproved(final boolean value) {
setApproved(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withNoWinner(final boolean value) {
setNoWinner(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPercentageYes(final BigDecimal value) {
setPercentageYes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPercentageNo(final BigDecimal value) {
setPercentageNo(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPercentageAbsent(final BigDecimal value) {
setPercentageAbsent(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPercentageAbstain(final BigDecimal value) {
setPercentageAbstain(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPercentageMale(final BigDecimal value) {
setPercentageMale(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyAvgBornYear(final BigDecimal value) {
setPartyAvgBornYear(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyTotalVotes(final long value) {
setPartyTotalVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyYesVotes(final long value) {
setPartyYesVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyNoVotes(final long value) {
setPartyNoVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyAbstainVotes(final long value) {
setPartyAbstainVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyAbsentVotes(final long value) {
setPartyAbsentVotes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyApproved(final boolean value) {
setPartyApproved(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyNoWinner(final boolean value) {
setPartyNoWinner(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageYes(final BigDecimal value) {
setPartyPercentageYes(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageNo(final BigDecimal value) {
setPartyPercentageNo(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageAbsent(final BigDecimal value) {
setPartyPercentageAbsent(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageAbstain(final BigDecimal value) {
setPartyPercentageAbstain(value);
return this;
}
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageMale(final BigDecimal value) {
setPartyPercentageMale(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);
}
}