Class ViewRiksdagenCommitteeDecisions

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

    @Entity(name="ViewRiksdagenCommitteeDecisions")
    public class ViewRiksdagenCommitteeDecisions
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for ViewRiksdagenCommitteeDecisions complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ViewRiksdagenCommitteeDecisions">
       <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}ViewRiksdagenCommitteeDecisionsEmbeddedId"/>
             <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="header" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <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="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="committee_proposal_url_xml" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="decision_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ballot_id" 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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • title

        protected java.lang.String title
      • header

        protected java.lang.String header
      • committeeReport

        protected java.lang.String committeeReport
      • rm

        protected java.lang.String rm
      • endNumber

        protected java.math.BigDecimal endNumber
      • org

        protected java.lang.String org
      • createdDate

        protected java.util.Date createdDate
      • publicDate

        protected java.util.Date publicDate
      • committeeProposalUrlXml

        protected java.lang.String committeeProposalUrlXml
      • decisionType

        protected java.lang.String decisionType
      • ballotId

        protected java.lang.String ballotId
      • againstProposalParties

        protected java.lang.String againstProposalParties
      • againstProposalNumber

        protected java.math.BigDecimal againstProposalNumber
      • winner

        protected java.lang.String winner
    • Constructor Detail

      • ViewRiksdagenCommitteeDecisions

        public ViewRiksdagenCommitteeDecisions()
    • Method Detail

      • 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 is String
      • getHeader

        public java.lang.String getHeader()
        Gets the value of the header property.
        Returns:
        possible object is String
      • setHeader

        public void setHeader​(java.lang.String value)
        Sets the value of the header property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • 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 is BigDecimal
      • 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 is String
      • 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 is String
      • 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 is String
      • getCommitteeProposalUrlXml

        public java.lang.String getCommitteeProposalUrlXml()
        Gets the value of the committeeProposalUrlXml property.
        Returns:
        possible object is String
      • setCommitteeProposalUrlXml

        public void setCommitteeProposalUrlXml​(java.lang.String value)
        Sets the value of the committeeProposalUrlXml property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is BigDecimal
      • 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 is String
      • toString

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

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

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