Class CommitteeProposalData
java.lang.Object
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeProposalData
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="CommitteeProposalData")
public class CommitteeProposalData
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class CommitteeProposalData.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerThe against proposal number.protected StringThe against proposal parties.protected StringThe ballot id.protected ElementThe ballot summary.protected StringThe ballot url xml.protected StringThe committee report.protected StringThe decision type.protected StringThe header.protected LongThe hjid.protected BigIntegerThe issue number.protected StringThe proposal.protected StringThe rm.protected StringThe winner. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the against proposal number.Gets the against proposal parties.Gets the ballot id.Gets the ballot summary.Gets the ballot summary item.Gets the ballot url xml.Gets the committee report.Gets the decision type.Gets the header.getHjid()Gets the hjid.Gets the issue number.Gets the proposal.getRm()Gets the rm.Gets the winner.final inthashCode()voidSets the against proposal number.voidsetAgainstProposalParties(String value) Sets the against proposal parties.voidsetBallotId(String value) Sets the ballot id.voidsetBallotSummary(Element value) Sets the ballot summary.voidsetBallotSummaryItem(String target) Sets the ballot summary item.voidsetBallotUrlXml(String value) Sets the ballot url xml.voidsetCommitteeReport(String value) Sets the committee report.voidsetDecisionType(String value) Sets the decision type.voidSets the header.voidSets the hjid.voidsetIssueNumber(BigInteger value) Sets the issue number.voidsetProposal(String value) Sets the proposal.voidSets the rm.voidSets the winner.final StringtoString()With against proposal number.withAgainstProposalParties(String value) With against proposal parties.withBallotId(String value) With ballot id.withBallotSummary(Element value) With ballot summary.withBallotUrlXml(String value) With ballot url xml.withCommitteeReport(String value) With committee report.withDecisionType(String value) With decision type.withHeader(String value) With header.withIssueNumber(BigInteger value) With issue number.withProposal(String value) With proposal.With rm.withWinner(String value) With winner.
-
Field Details
-
header
The header. -
issueNumber
The issue number. -
proposal
The proposal. -
decisionType
The decision type. -
againstProposalNumber
The against proposal number. -
againstProposalParties
The against proposal parties. -
ballotId
The ballot id. -
ballotSummary
The ballot summary. -
ballotUrlXml
The ballot url xml. -
committeeReport
The committee report. -
winner
The winner. -
rm
The rm. -
hjid
The hjid.
-
-
Constructor Details
-
CommitteeProposalData
public CommitteeProposalData()
-
-
Method Details
-
getHeader
Gets the header.- Returns:
- the header
-
setHeader
Sets the header.- Parameters:
value- the new header
-
getIssueNumber
Gets the issue number.- Returns:
- the issue number
-
setIssueNumber
Sets the issue number.- Parameters:
value- the new issue number
-
getProposal
Gets the proposal.- Returns:
- the proposal
-
setProposal
Sets the proposal.- Parameters:
value- the new proposal
-
getDecisionType
Gets the decision type.- Returns:
- the decision type
-
setDecisionType
Sets the decision type.- Parameters:
value- the new decision type
-
getAgainstProposalNumber
Gets the against proposal number.- Returns:
- the against proposal number
-
setAgainstProposalNumber
Sets the against proposal number.- Parameters:
value- the new against proposal number
-
getAgainstProposalParties
Gets the against proposal parties.- Returns:
- the against proposal parties
-
setAgainstProposalParties
Sets the against proposal parties.- Parameters:
value- the new against proposal parties
-
getBallotId
Gets the ballot id.- Returns:
- the ballot id
-
setBallotId
Sets the ballot id.- Parameters:
value- the new ballot id
-
getBallotSummary
Gets the ballot summary.- Returns:
- the ballot summary
-
setBallotSummary
Sets the ballot summary.- Parameters:
value- the new ballot summary
-
getBallotUrlXml
Gets the ballot url xml.- Returns:
- the ballot url xml
-
setBallotUrlXml
Sets the ballot url xml.- Parameters:
value- the new ballot url xml
-
getCommitteeReport
Gets the committee report.- Returns:
- the committee report
-
setCommitteeReport
Sets the committee report.- Parameters:
value- the new committee report
-
getWinner
Gets the winner.- Returns:
- the winner
-
setWinner
Sets the winner.- Parameters:
value- the new winner
-
getRm
Gets the rm.- Returns:
- the rm
-
setRm
Sets the rm.- Parameters:
value- the new rm
-
withHeader
With header.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withIssueNumber
With issue number.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withProposal
With proposal.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withDecisionType
With decision type.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withAgainstProposalNumber
With against proposal number.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withAgainstProposalParties
With against proposal parties.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withBallotId
With ballot id.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withBallotSummary
With ballot summary.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withBallotUrlXml
With ballot url xml.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withCommitteeReport
With committee report.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withWinner
With winner.- Parameters:
value- the value- Returns:
- the committee proposal data
-
withRm
With rm.- Parameters:
value- the value- Returns:
- the committee proposal data
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
getBallotSummaryItem
Gets the ballot summary item.- Returns:
- the ballot summary item
-
setBallotSummaryItem
Sets the ballot summary item.- Parameters:
target- the new ballot summary item
-
equals
-
hashCode
public final int hashCode()
-