Class ViewRiksdagenCommitteeBallotDecisionPartySummary
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenCommitteeBallotDecisionPartySummary
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Entity(name="ViewRiksdagenCommitteeBallotDecisionPartySummary") public class ViewRiksdagenCommitteeBallotDecisionPartySummary extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewRiksdagenCommitteeBallotDecisionPartySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenCommitteeBallotDecisionPartySummary"> <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}ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId"/> <element name="committee_report" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sub_title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="end_number" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="org" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="created_date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="public_date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="ballot_id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="decision_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="against_proposal_parties" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="against_proposal_number" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="winner" 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="vote_date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="total_votes" type="{http://www.w3.org/2001/XMLSchema}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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected long
absentVotes
protected long
abstainVotes
protected java.math.BigDecimal
againstProposalNumber
protected java.lang.String
againstProposalParties
protected boolean
approved
protected java.math.BigDecimal
avgBornYear
protected java.lang.String
ballotId
protected java.lang.String
ballotType
protected java.lang.String
committeeReport
protected java.util.Date
createdDate
protected java.lang.String
decisionType
protected ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId
embeddedId
protected java.math.BigDecimal
endNumber
protected java.lang.String
label
protected long
noVotes
protected boolean
noWinner
protected java.lang.String
org
protected long
partyAbsentVotes
protected long
partyAbstainVotes
protected boolean
partyApproved
protected java.math.BigDecimal
partyAvgBornYear
protected long
partyNoVotes
protected boolean
partyNoWinner
protected java.math.BigDecimal
partyPercentageAbsent
protected java.math.BigDecimal
partyPercentageAbstain
protected java.math.BigDecimal
partyPercentageMale
protected java.math.BigDecimal
partyPercentageNo
protected java.math.BigDecimal
partyPercentageYes
protected long
partyTotalVotes
protected long
partyYesVotes
protected java.math.BigDecimal
percentageAbsent
protected java.math.BigDecimal
percentageAbstain
protected java.math.BigDecimal
percentageMale
protected java.math.BigDecimal
percentageNo
protected java.math.BigDecimal
percentageYes
protected java.util.Date
publicDate
protected java.lang.String
rm
protected java.lang.String
subTitle
protected java.lang.String
title
protected long
totalVotes
protected java.util.Date
voteDate
protected java.lang.String
winner
protected long
yesVotes
-
Constructor Summary
Constructors Constructor Description ViewRiksdagenCommitteeBallotDecisionPartySummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
long
getAbsentVotes()
Gets the value of the absentVotes property.long
getAbstainVotes()
Gets the value of the abstainVotes property.java.math.BigDecimal
getAgainstProposalNumber()
Gets the value of the againstProposalNumber property.java.lang.String
getAgainstProposalParties()
Gets the value of the againstProposalParties property.java.math.BigDecimal
getAvgBornYear()
Gets the value of the avgBornYear property.java.lang.String
getBallotId()
Gets the value of the ballotId property.java.lang.String
getBallotType()
Gets the value of the ballotType property.java.lang.String
getCommitteeReport()
Gets the value of the committeeReport property.java.util.Date
getCreatedDate()
Gets the value of the createdDate property.java.lang.String
getDecisionType()
Gets the value of the decisionType property.ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId
getEmbeddedId()
Gets the value of the embeddedId property.java.math.BigDecimal
getEndNumber()
Gets the value of the endNumber property.java.lang.String
getLabel()
Gets the value of the label property.long
getNoVotes()
Gets the value of the noVotes property.java.lang.String
getOrg()
Gets the value of the org property.long
getPartyAbsentVotes()
Gets the value of the partyAbsentVotes property.long
getPartyAbstainVotes()
Gets the value of the partyAbstainVotes property.java.math.BigDecimal
getPartyAvgBornYear()
Gets the value of the partyAvgBornYear property.long
getPartyNoVotes()
Gets the value of the partyNoVotes property.java.math.BigDecimal
getPartyPercentageAbsent()
Gets the value of the partyPercentageAbsent property.java.math.BigDecimal
getPartyPercentageAbstain()
Gets the value of the partyPercentageAbstain property.java.math.BigDecimal
getPartyPercentageMale()
Gets the value of the partyPercentageMale property.java.math.BigDecimal
getPartyPercentageNo()
Gets the value of the partyPercentageNo property.java.math.BigDecimal
getPartyPercentageYes()
Gets the value of the partyPercentageYes property.long
getPartyTotalVotes()
Gets the value of the partyTotalVotes property.long
getPartyYesVotes()
Gets the value of the partyYesVotes property.java.math.BigDecimal
getPercentageAbsent()
Gets the value of the percentageAbsent property.java.math.BigDecimal
getPercentageAbstain()
Gets the value of the percentageAbstain property.java.math.BigDecimal
getPercentageMale()
Gets the value of the percentageMale property.java.math.BigDecimal
getPercentageNo()
Gets the value of the percentageNo property.java.math.BigDecimal
getPercentageYes()
Gets the value of the percentageYes property.java.util.Date
getPublicDate()
Gets the value of the publicDate property.java.lang.String
getRm()
Gets the value of the rm property.java.lang.String
getSubTitle()
Gets the value of the subTitle property.java.lang.String
getTitle()
Gets the value of the title property.long
getTotalVotes()
Gets the value of the totalVotes property.java.util.Date
getVoteDate()
Gets the value of the voteDate property.java.lang.String
getWinner()
Gets the value of the winner property.long
getYesVotes()
Gets the value of the yesVotes property.int
hashCode()
boolean
isApproved()
Gets the value of the approved property.boolean
isNoWinner()
Gets the value of the noWinner property.boolean
isPartyApproved()
Gets the value of the partyApproved property.boolean
isPartyNoWinner()
Gets the value of the partyNoWinner property.void
setAbsentVotes(long value)
Sets the value of the absentVotes property.void
setAbstainVotes(long value)
Sets the value of the abstainVotes property.void
setAgainstProposalNumber(java.math.BigDecimal value)
Sets the value of the againstProposalNumber property.void
setAgainstProposalParties(java.lang.String value)
Sets the value of the againstProposalParties property.void
setApproved(boolean value)
Sets the value of the approved property.void
setAvgBornYear(java.math.BigDecimal value)
Sets the value of the avgBornYear property.void
setBallotId(java.lang.String value)
Sets the value of the ballotId property.void
setBallotType(java.lang.String value)
Sets the value of the ballotType property.void
setCommitteeReport(java.lang.String value)
Sets the value of the committeeReport property.void
setCreatedDate(java.util.Date value)
Sets the value of the createdDate property.void
setDecisionType(java.lang.String value)
Sets the value of the decisionType property.void
setEmbeddedId(ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId value)
Sets the value of the embeddedId property.void
setEndNumber(java.math.BigDecimal value)
Sets the value of the endNumber property.void
setLabel(java.lang.String value)
Sets the value of the label property.void
setNoVotes(long value)
Sets the value of the noVotes property.void
setNoWinner(boolean value)
Sets the value of the noWinner property.void
setOrg(java.lang.String value)
Sets the value of the org property.void
setPartyAbsentVotes(long value)
Sets the value of the partyAbsentVotes property.void
setPartyAbstainVotes(long value)
Sets the value of the partyAbstainVotes property.void
setPartyApproved(boolean value)
Sets the value of the partyApproved property.void
setPartyAvgBornYear(java.math.BigDecimal value)
Sets the value of the partyAvgBornYear property.void
setPartyNoVotes(long value)
Sets the value of the partyNoVotes property.void
setPartyNoWinner(boolean value)
Sets the value of the partyNoWinner property.void
setPartyPercentageAbsent(java.math.BigDecimal value)
Sets the value of the partyPercentageAbsent property.void
setPartyPercentageAbstain(java.math.BigDecimal value)
Sets the value of the partyPercentageAbstain property.void
setPartyPercentageMale(java.math.BigDecimal value)
Sets the value of the partyPercentageMale property.void
setPartyPercentageNo(java.math.BigDecimal value)
Sets the value of the partyPercentageNo property.void
setPartyPercentageYes(java.math.BigDecimal value)
Sets the value of the partyPercentageYes property.void
setPartyTotalVotes(long value)
Sets the value of the partyTotalVotes property.void
setPartyYesVotes(long value)
Sets the value of the partyYesVotes property.void
setPercentageAbsent(java.math.BigDecimal value)
Sets the value of the percentageAbsent property.void
setPercentageAbstain(java.math.BigDecimal value)
Sets the value of the percentageAbstain property.void
setPercentageMale(java.math.BigDecimal value)
Sets the value of the percentageMale property.void
setPercentageNo(java.math.BigDecimal value)
Sets the value of the percentageNo property.void
setPercentageYes(java.math.BigDecimal value)
Sets the value of the percentageYes property.void
setPublicDate(java.util.Date value)
Sets the value of the publicDate property.void
setRm(java.lang.String value)
Sets the value of the rm property.void
setSubTitle(java.lang.String value)
Sets the value of the subTitle property.void
setTitle(java.lang.String value)
Sets the value of the title property.void
setTotalVotes(long value)
Sets the value of the totalVotes property.void
setVoteDate(java.util.Date value)
Sets the value of the voteDate property.void
setWinner(java.lang.String value)
Sets the value of the winner property.void
setYesVotes(long value)
Sets the value of the yesVotes property.java.lang.String
toString()
ViewRiksdagenCommitteeBallotDecisionPartySummary
withAbsentVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withAbstainVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withAgainstProposalNumber(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withAgainstProposalParties(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withApproved(boolean value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withAvgBornYear(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withBallotId(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withBallotType(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withCommitteeReport(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withCreatedDate(java.util.Date value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withDecisionType(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withEmbeddedId(ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withEndNumber(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withLabel(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withNoVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withNoWinner(boolean value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withOrg(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyAbsentVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyAbstainVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyApproved(boolean value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyAvgBornYear(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyNoVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyNoWinner(boolean value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyPercentageAbsent(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyPercentageAbstain(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyPercentageMale(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyPercentageNo(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyPercentageYes(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyTotalVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPartyYesVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPercentageAbsent(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPercentageAbstain(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPercentageMale(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPercentageNo(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPercentageYes(java.math.BigDecimal value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withPublicDate(java.util.Date value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withRm(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withSubTitle(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withTitle(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withTotalVotes(long value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withVoteDate(java.util.Date value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withWinner(java.lang.String value)
ViewRiksdagenCommitteeBallotDecisionPartySummary
withYesVotes(long value)
-
-
-
Field Detail
-
embeddedId
protected ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId embeddedId
-
committeeReport
protected java.lang.String committeeReport
-
rm
protected java.lang.String rm
-
title
protected java.lang.String title
-
subTitle
protected java.lang.String subTitle
-
endNumber
protected java.math.BigDecimal endNumber
-
org
protected java.lang.String org
-
createdDate
protected java.util.Date createdDate
-
publicDate
protected java.util.Date publicDate
-
ballotId
protected java.lang.String ballotId
-
decisionType
protected java.lang.String decisionType
-
againstProposalParties
protected java.lang.String againstProposalParties
-
againstProposalNumber
protected java.math.BigDecimal againstProposalNumber
-
winner
protected java.lang.String winner
-
ballotType
protected java.lang.String ballotType
-
label
protected java.lang.String label
-
voteDate
protected java.util.Date voteDate
-
avgBornYear
protected java.math.BigDecimal avgBornYear
-
totalVotes
protected long totalVotes
-
yesVotes
protected long yesVotes
-
noVotes
protected long noVotes
-
abstainVotes
protected long abstainVotes
-
absentVotes
protected long absentVotes
-
approved
protected boolean approved
-
noWinner
protected boolean noWinner
-
percentageYes
protected java.math.BigDecimal percentageYes
-
percentageNo
protected java.math.BigDecimal percentageNo
-
percentageAbsent
protected java.math.BigDecimal percentageAbsent
-
percentageAbstain
protected java.math.BigDecimal percentageAbstain
-
percentageMale
protected java.math.BigDecimal percentageMale
-
partyAvgBornYear
protected java.math.BigDecimal partyAvgBornYear
-
partyTotalVotes
protected long partyTotalVotes
-
partyYesVotes
protected long partyYesVotes
-
partyNoVotes
protected long partyNoVotes
-
partyAbstainVotes
protected long partyAbstainVotes
-
partyAbsentVotes
protected long partyAbsentVotes
-
partyApproved
protected boolean partyApproved
-
partyNoWinner
protected boolean partyNoWinner
-
partyPercentageYes
protected java.math.BigDecimal partyPercentageYes
-
partyPercentageNo
protected java.math.BigDecimal partyPercentageNo
-
partyPercentageAbsent
protected java.math.BigDecimal partyPercentageAbsent
-
partyPercentageAbstain
protected java.math.BigDecimal partyPercentageAbstain
-
partyPercentageMale
protected java.math.BigDecimal partyPercentageMale
-
-
Method Detail
-
getEmbeddedId
public ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId getEmbeddedId()
Gets the value of the embeddedId property.- Returns:
- possible object is
ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId
-
setEmbeddedId
public void setEmbeddedId(ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId value)
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId
-
getCommitteeReport
public java.lang.String getCommitteeReport()
Gets the value of the committeeReport property.- Returns:
- possible object is
String
-
setCommitteeReport
public void setCommitteeReport(java.lang.String value)
Sets the value of the committeeReport property.- Parameters:
value
- allowed object isString
-
getRm
public java.lang.String getRm()
Gets the value of the rm property.- Returns:
- possible object is
String
-
setRm
public void setRm(java.lang.String value)
Sets the value of the rm property.- Parameters:
value
- allowed object isString
-
getTitle
public java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getSubTitle
public java.lang.String getSubTitle()
Gets the value of the subTitle property.- Returns:
- possible object is
String
-
setSubTitle
public void setSubTitle(java.lang.String value)
Sets the value of the subTitle property.- Parameters:
value
- allowed object isString
-
getEndNumber
public java.math.BigDecimal getEndNumber()
Gets the value of the endNumber property.- Returns:
- possible object is
BigDecimal
-
setEndNumber
public void setEndNumber(java.math.BigDecimal value)
Sets the value of the endNumber property.- Parameters:
value
- allowed object isBigDecimal
-
getOrg
public java.lang.String getOrg()
Gets the value of the org property.- Returns:
- possible object is
String
-
setOrg
public void setOrg(java.lang.String value)
Sets the value of the org property.- Parameters:
value
- allowed object isString
-
getCreatedDate
public java.util.Date getCreatedDate()
Gets the value of the createdDate property.- Returns:
- possible object is
String
-
setCreatedDate
public void setCreatedDate(java.util.Date value)
Sets the value of the createdDate property.- Parameters:
value
- allowed object isString
-
getPublicDate
public java.util.Date getPublicDate()
Gets the value of the publicDate property.- Returns:
- possible object is
String
-
setPublicDate
public void setPublicDate(java.util.Date value)
Sets the value of the publicDate property.- Parameters:
value
- allowed object isString
-
getBallotId
public java.lang.String getBallotId()
Gets the value of the ballotId property.- Returns:
- possible object is
String
-
setBallotId
public void setBallotId(java.lang.String value)
Sets the value of the ballotId property.- Parameters:
value
- allowed object isString
-
getDecisionType
public java.lang.String getDecisionType()
Gets the value of the decisionType property.- Returns:
- possible object is
String
-
setDecisionType
public void setDecisionType(java.lang.String value)
Sets the value of the decisionType property.- Parameters:
value
- allowed object isString
-
getAgainstProposalParties
public java.lang.String getAgainstProposalParties()
Gets the value of the againstProposalParties property.- Returns:
- possible object is
String
-
setAgainstProposalParties
public void setAgainstProposalParties(java.lang.String value)
Sets the value of the againstProposalParties property.- Parameters:
value
- allowed object isString
-
getAgainstProposalNumber
public java.math.BigDecimal getAgainstProposalNumber()
Gets the value of the againstProposalNumber property.- Returns:
- possible object is
BigDecimal
-
setAgainstProposalNumber
public void setAgainstProposalNumber(java.math.BigDecimal value)
Sets the value of the againstProposalNumber property.- Parameters:
value
- allowed object isBigDecimal
-
getWinner
public java.lang.String getWinner()
Gets the value of the winner property.- Returns:
- possible object is
String
-
setWinner
public void setWinner(java.lang.String value)
Sets the value of the winner property.- Parameters:
value
- allowed object isString
-
getBallotType
public java.lang.String getBallotType()
Gets the value of the ballotType property.- Returns:
- possible object is
String
-
setBallotType
public void setBallotType(java.lang.String value)
Sets the value of the ballotType property.- Parameters:
value
- allowed object isString
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
getVoteDate
public java.util.Date getVoteDate()
Gets the value of the voteDate property.- Returns:
- possible object is
String
-
setVoteDate
public void setVoteDate(java.util.Date value)
Sets the value of the voteDate property.- Parameters:
value
- allowed object isString
-
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 isBigDecimal
-
getTotalVotes
public long getTotalVotes()
Gets the value of the totalVotes property.
-
setTotalVotes
public void setTotalVotes(long value)
Sets the value of the totalVotes property.
-
getYesVotes
public long getYesVotes()
Gets the value of the yesVotes property.
-
setYesVotes
public void setYesVotes(long value)
Sets the value of the yesVotes property.
-
getNoVotes
public long getNoVotes()
Gets the value of the noVotes property.
-
setNoVotes
public void setNoVotes(long value)
Sets the value of the noVotes property.
-
getAbstainVotes
public long getAbstainVotes()
Gets the value of the abstainVotes property.
-
setAbstainVotes
public void setAbstainVotes(long value)
Sets the value of the abstainVotes property.
-
getAbsentVotes
public long getAbsentVotes()
Gets the value of the absentVotes property.
-
setAbsentVotes
public void setAbsentVotes(long value)
Sets the value of the absentVotes property.
-
isApproved
public boolean isApproved()
Gets the value of the approved property.
-
setApproved
public void setApproved(boolean value)
Sets the value of the approved property.
-
isNoWinner
public boolean isNoWinner()
Gets the value of the noWinner property.
-
setNoWinner
public void setNoWinner(boolean value)
Sets the value of the noWinner property.
-
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 isBigDecimal
-
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 isBigDecimal
-
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 isBigDecimal
-
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 isBigDecimal
-
getPercentageMale
public java.math.BigDecimal getPercentageMale()
Gets the value of the percentageMale property.- Returns:
- possible object is
BigDecimal
-
setPercentageMale
public void setPercentageMale(java.math.BigDecimal value)
Sets the value of the percentageMale property.- Parameters:
value
- allowed object isBigDecimal
-
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 isBigDecimal
-
getPartyTotalVotes
public long getPartyTotalVotes()
Gets the value of the partyTotalVotes property.
-
setPartyTotalVotes
public void setPartyTotalVotes(long value)
Sets the value of the partyTotalVotes property.
-
getPartyYesVotes
public long getPartyYesVotes()
Gets the value of the partyYesVotes property.
-
setPartyYesVotes
public void setPartyYesVotes(long value)
Sets the value of the partyYesVotes property.
-
getPartyNoVotes
public long getPartyNoVotes()
Gets the value of the partyNoVotes property.
-
setPartyNoVotes
public void setPartyNoVotes(long value)
Sets the value of the partyNoVotes property.
-
getPartyAbstainVotes
public long getPartyAbstainVotes()
Gets the value of the partyAbstainVotes property.
-
setPartyAbstainVotes
public void setPartyAbstainVotes(long value)
Sets the value of the partyAbstainVotes property.
-
getPartyAbsentVotes
public long getPartyAbsentVotes()
Gets the value of the partyAbsentVotes property.
-
setPartyAbsentVotes
public void setPartyAbsentVotes(long value)
Sets the value of the partyAbsentVotes property.
-
isPartyApproved
public boolean isPartyApproved()
Gets the value of the partyApproved property.
-
setPartyApproved
public void setPartyApproved(boolean value)
Sets the value of the partyApproved property.
-
isPartyNoWinner
public boolean isPartyNoWinner()
Gets the value of the partyNoWinner property.
-
setPartyNoWinner
public void setPartyNoWinner(boolean value)
Sets the value of the partyNoWinner property.
-
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 isBigDecimal
-
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 isBigDecimal
-
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 isBigDecimal
-
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 isBigDecimal
-
getPartyPercentageMale
public java.math.BigDecimal getPartyPercentageMale()
Gets the value of the partyPercentageMale property.- Returns:
- possible object is
BigDecimal
-
setPartyPercentageMale
public void setPartyPercentageMale(java.math.BigDecimal value)
Sets the value of the partyPercentageMale property.- Parameters:
value
- allowed object isBigDecimal
-
withEmbeddedId
public ViewRiksdagenCommitteeBallotDecisionPartySummary withEmbeddedId(ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId value)
-
withCommitteeReport
public ViewRiksdagenCommitteeBallotDecisionPartySummary withCommitteeReport(java.lang.String value)
-
withRm
public ViewRiksdagenCommitteeBallotDecisionPartySummary withRm(java.lang.String value)
-
withTitle
public ViewRiksdagenCommitteeBallotDecisionPartySummary withTitle(java.lang.String value)
-
withSubTitle
public ViewRiksdagenCommitteeBallotDecisionPartySummary withSubTitle(java.lang.String value)
-
withEndNumber
public ViewRiksdagenCommitteeBallotDecisionPartySummary withEndNumber(java.math.BigDecimal value)
-
withOrg
public ViewRiksdagenCommitteeBallotDecisionPartySummary withOrg(java.lang.String value)
-
withCreatedDate
public ViewRiksdagenCommitteeBallotDecisionPartySummary withCreatedDate(java.util.Date value)
-
withPublicDate
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPublicDate(java.util.Date value)
-
withBallotId
public ViewRiksdagenCommitteeBallotDecisionPartySummary withBallotId(java.lang.String value)
-
withDecisionType
public ViewRiksdagenCommitteeBallotDecisionPartySummary withDecisionType(java.lang.String value)
-
withAgainstProposalParties
public ViewRiksdagenCommitteeBallotDecisionPartySummary withAgainstProposalParties(java.lang.String value)
-
withAgainstProposalNumber
public ViewRiksdagenCommitteeBallotDecisionPartySummary withAgainstProposalNumber(java.math.BigDecimal value)
-
withWinner
public ViewRiksdagenCommitteeBallotDecisionPartySummary withWinner(java.lang.String value)
-
withBallotType
public ViewRiksdagenCommitteeBallotDecisionPartySummary withBallotType(java.lang.String value)
-
withLabel
public ViewRiksdagenCommitteeBallotDecisionPartySummary withLabel(java.lang.String value)
-
withVoteDate
public ViewRiksdagenCommitteeBallotDecisionPartySummary withVoteDate(java.util.Date value)
-
withAvgBornYear
public ViewRiksdagenCommitteeBallotDecisionPartySummary withAvgBornYear(java.math.BigDecimal value)
-
withTotalVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withTotalVotes(long value)
-
withYesVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withYesVotes(long value)
-
withNoVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withNoVotes(long value)
-
withAbstainVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withAbstainVotes(long value)
-
withAbsentVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withAbsentVotes(long value)
-
withApproved
public ViewRiksdagenCommitteeBallotDecisionPartySummary withApproved(boolean value)
-
withNoWinner
public ViewRiksdagenCommitteeBallotDecisionPartySummary withNoWinner(boolean value)
-
withPercentageYes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPercentageYes(java.math.BigDecimal value)
-
withPercentageNo
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPercentageNo(java.math.BigDecimal value)
-
withPercentageAbsent
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPercentageAbsent(java.math.BigDecimal value)
-
withPercentageAbstain
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPercentageAbstain(java.math.BigDecimal value)
-
withPercentageMale
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPercentageMale(java.math.BigDecimal value)
-
withPartyAvgBornYear
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyAvgBornYear(java.math.BigDecimal value)
-
withPartyTotalVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyTotalVotes(long value)
-
withPartyYesVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyYesVotes(long value)
-
withPartyNoVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyNoVotes(long value)
-
withPartyAbstainVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyAbstainVotes(long value)
-
withPartyAbsentVotes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyAbsentVotes(long value)
-
withPartyApproved
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyApproved(boolean value)
-
withPartyNoWinner
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyNoWinner(boolean value)
-
withPartyPercentageYes
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyPercentageYes(java.math.BigDecimal value)
-
withPartyPercentageNo
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyPercentageNo(java.math.BigDecimal value)
-
withPartyPercentageAbsent
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyPercentageAbsent(java.math.BigDecimal value)
-
withPartyPercentageAbstain
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyPercentageAbstain(java.math.BigDecimal value)
-
withPartyPercentageMale
public ViewRiksdagenCommitteeBallotDecisionPartySummary withPartyPercentageMale(java.math.BigDecimal value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-