Class CommitteeProposalData

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="CommitteeProposalData")
    public class CommitteeProposalData
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class CommitteeProposalData.
    See Also:
    Serialized Form
    • Field Detail

      • header

        protected java.lang.String header
        The header.
      • issueNumber

        protected java.math.BigInteger issueNumber
        The issue number.
      • proposal

        protected java.lang.String proposal
        The proposal.
      • decisionType

        protected java.lang.String decisionType
        The decision type.
      • againstProposalNumber

        protected java.math.BigInteger againstProposalNumber
        The against proposal number.
      • againstProposalParties

        protected java.lang.String againstProposalParties
        The against proposal parties.
      • ballotId

        protected java.lang.String ballotId
        The ballot id.
      • ballotSummary

        protected org.w3c.dom.Element ballotSummary
        The ballot summary.
      • ballotUrlXml

        protected java.lang.String ballotUrlXml
        The ballot url xml.
      • committeeReport

        protected java.lang.String committeeReport
        The committee report.
      • winner

        protected java.lang.String winner
        The winner.
      • rm

        protected java.lang.String rm
        The rm.
      • hjid

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • CommitteeProposalData

        public CommitteeProposalData()
    • Method Detail

      • getHeader

        public java.lang.String getHeader()
        Gets the header.
        Returns:
        the header
      • setHeader

        public void setHeader​(java.lang.String value)
        Sets the header.
        Parameters:
        value - the new header
      • getIssueNumber

        public java.math.BigInteger getIssueNumber()
        Gets the issue number.
        Returns:
        the issue number
      • setIssueNumber

        public void setIssueNumber​(java.math.BigInteger value)
        Sets the issue number.
        Parameters:
        value - the new issue number
      • getProposal

        public java.lang.String getProposal()
        Gets the proposal.
        Returns:
        the proposal
      • setProposal

        public void setProposal​(java.lang.String value)
        Sets the proposal.
        Parameters:
        value - the new proposal
      • getDecisionType

        public java.lang.String getDecisionType()
        Gets the decision type.
        Returns:
        the decision type
      • setDecisionType

        public void setDecisionType​(java.lang.String value)
        Sets the decision type.
        Parameters:
        value - the new decision type
      • getAgainstProposalNumber

        public java.math.BigInteger getAgainstProposalNumber()
        Gets the against proposal number.
        Returns:
        the against proposal number
      • setAgainstProposalNumber

        public void setAgainstProposalNumber​(java.math.BigInteger value)
        Sets the against proposal number.
        Parameters:
        value - the new against proposal number
      • getAgainstProposalParties

        public java.lang.String getAgainstProposalParties()
        Gets the against proposal parties.
        Returns:
        the against proposal parties
      • setAgainstProposalParties

        public void setAgainstProposalParties​(java.lang.String value)
        Sets the against proposal parties.
        Parameters:
        value - the new against proposal parties
      • getBallotId

        public java.lang.String getBallotId()
        Gets the ballot id.
        Returns:
        the ballot id
      • setBallotId

        public void setBallotId​(java.lang.String value)
        Sets the ballot id.
        Parameters:
        value - the new ballot id
      • getBallotSummary

        public org.w3c.dom.Element getBallotSummary()
        Gets the ballot summary.
        Returns:
        the ballot summary
      • setBallotSummary

        public void setBallotSummary​(org.w3c.dom.Element value)
        Sets the ballot summary.
        Parameters:
        value - the new ballot summary
      • getBallotUrlXml

        public java.lang.String getBallotUrlXml()
        Gets the ballot url xml.
        Returns:
        the ballot url xml
      • setBallotUrlXml

        public void setBallotUrlXml​(java.lang.String value)
        Sets the ballot url xml.
        Parameters:
        value - the new ballot url xml
      • getCommitteeReport

        public java.lang.String getCommitteeReport()
        Gets the committee report.
        Returns:
        the committee report
      • setCommitteeReport

        public void setCommitteeReport​(java.lang.String value)
        Sets the committee report.
        Parameters:
        value - the new committee report
      • getWinner

        public java.lang.String getWinner()
        Gets the winner.
        Returns:
        the winner
      • setWinner

        public void setWinner​(java.lang.String value)
        Sets the winner.
        Parameters:
        value - the new winner
      • getRm

        public java.lang.String getRm()
        Gets the rm.
        Returns:
        the rm
      • setRm

        public void setRm​(java.lang.String value)
        Sets the rm.
        Parameters:
        value - the new rm
      • withHeader

        public CommitteeProposalData withHeader​(java.lang.String value)
        With header.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withIssueNumber

        public CommitteeProposalData withIssueNumber​(java.math.BigInteger value)
        With issue number.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withProposal

        public CommitteeProposalData withProposal​(java.lang.String value)
        With proposal.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withDecisionType

        public CommitteeProposalData withDecisionType​(java.lang.String value)
        With decision type.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withAgainstProposalNumber

        public CommitteeProposalData withAgainstProposalNumber​(java.math.BigInteger value)
        With against proposal number.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withAgainstProposalParties

        public CommitteeProposalData withAgainstProposalParties​(java.lang.String value)
        With against proposal parties.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withBallotId

        public CommitteeProposalData withBallotId​(java.lang.String value)
        With ballot id.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withBallotSummary

        public CommitteeProposalData withBallotSummary​(org.w3c.dom.Element value)
        With ballot summary.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withBallotUrlXml

        public CommitteeProposalData withBallotUrlXml​(java.lang.String value)
        With ballot url xml.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withCommitteeReport

        public CommitteeProposalData withCommitteeReport​(java.lang.String value)
        With committee report.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withWinner

        public CommitteeProposalData withWinner​(java.lang.String value)
        With winner.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • withRm

        public CommitteeProposalData withRm​(java.lang.String value)
        With rm.
        Parameters:
        value - the value
        Returns:
        the committee proposal data
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getHjid

        public java.lang.Long getHjid()
        Gets the hjid.
        Returns:
        the hjid
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the hjid.
        Parameters:
        value - the new hjid
      • getBallotSummaryItem

        public java.lang.String getBallotSummaryItem()
        Gets the ballot summary item.
        Returns:
        the ballot summary item
      • setBallotSummaryItem

        public void setBallotSummaryItem​(java.lang.String target)
        Sets the ballot summary item.
        Parameters:
        target - the new ballot summary item
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object