Class DocumentProposalData

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

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

      • proposalNumber

        protected int proposalNumber
        The proposal number.
      • designation

        protected int designation
        The designation.
      • wording

        protected java.lang.String wording
        The wording.
      • wording2

        protected java.lang.String wording2
        The wording 2.
      • wording3

        protected java.lang.String wording3
        The wording 3.
      • wording4

        protected java.lang.String wording4
        The wording 4.
      • committee

        protected java.lang.String committee
        The committee.
      • chamber

        protected java.lang.String chamber
        The chamber.
      • processedIn

        protected java.lang.String processedIn
        The processed in.
      • decisionType

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

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

      • DocumentProposalData

        public DocumentProposalData()
    • Method Detail

      • getProposalNumber

        public int getProposalNumber()
        Gets the proposal number.
        Returns:
        the proposal number
      • setProposalNumber

        public void setProposalNumber​(int value)
        Sets the proposal number.
        Parameters:
        value - the new proposal number
      • getDesignation

        public int getDesignation()
        Gets the designation.
        Returns:
        the designation
      • setDesignation

        public void setDesignation​(int value)
        Sets the designation.
        Parameters:
        value - the new designation
      • getWording

        public java.lang.String getWording()
        Gets the wording.
        Returns:
        the wording
      • setWording

        public void setWording​(java.lang.String value)
        Sets the wording.
        Parameters:
        value - the new wording
      • getWording2

        public java.lang.String getWording2()
        Gets the wording 2.
        Returns:
        the wording 2
      • setWording2

        public void setWording2​(java.lang.String value)
        Sets the wording 2.
        Parameters:
        value - the new wording 2
      • getWording3

        public java.lang.String getWording3()
        Gets the wording 3.
        Returns:
        the wording 3
      • setWording3

        public void setWording3​(java.lang.String value)
        Sets the wording 3.
        Parameters:
        value - the new wording 3
      • getWording4

        public java.lang.String getWording4()
        Gets the wording 4.
        Returns:
        the wording 4
      • setWording4

        public void setWording4​(java.lang.String value)
        Sets the wording 4.
        Parameters:
        value - the new wording 4
      • getCommittee

        public java.lang.String getCommittee()
        Gets the committee.
        Returns:
        the committee
      • setCommittee

        public void setCommittee​(java.lang.String value)
        Sets the committee.
        Parameters:
        value - the new committee
      • getChamber

        public java.lang.String getChamber()
        Gets the chamber.
        Returns:
        the chamber
      • setChamber

        public void setChamber​(java.lang.String value)
        Sets the chamber.
        Parameters:
        value - the new chamber
      • getProcessedIn

        public java.lang.String getProcessedIn()
        Gets the processed in.
        Returns:
        the processed in
      • setProcessedIn

        public void setProcessedIn​(java.lang.String value)
        Sets the processed in.
        Parameters:
        value - the new processed in
      • 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
      • withProposalNumber

        public DocumentProposalData withProposalNumber​(int value)
        With proposal number.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withDesignation

        public DocumentProposalData withDesignation​(int value)
        With designation.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withWording

        public DocumentProposalData withWording​(java.lang.String value)
        With wording.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withWording2

        public DocumentProposalData withWording2​(java.lang.String value)
        With wording 2.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withWording3

        public DocumentProposalData withWording3​(java.lang.String value)
        With wording 3.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withWording4

        public DocumentProposalData withWording4​(java.lang.String value)
        With wording 4.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withCommittee

        public DocumentProposalData withCommittee​(java.lang.String value)
        With committee.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withChamber

        public DocumentProposalData withChamber​(java.lang.String value)
        With chamber.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withProcessedIn

        public DocumentProposalData withProcessedIn​(java.lang.String value)
        With processed in.
        Parameters:
        value - the value
        Returns:
        the document proposal data
      • withDecisionType

        public DocumentProposalData withDecisionType​(java.lang.String value)
        With decision type.
        Parameters:
        value - the value
        Returns:
        the document 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
      • 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