java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentProposalData
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

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

    • proposalNumber

      protected int proposalNumber
      The proposal number.
    • designation

      protected int designation
      The designation.
    • wording

      protected String wording
      The wording.
    • wording2

      protected String wording2
      The wording 2.
    • wording3

      protected String wording3
      The wording 3.
    • wording4

      protected String wording4
      The wording 4.
    • committee

      protected String committee
      The committee.
    • chamber

      protected String chamber
      The chamber.
    • processedIn

      protected String processedIn
      The processed in.
    • decisionType

      protected String decisionType
      The decision type.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • DocumentProposalData

      public DocumentProposalData()
  • Method Details

    • 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 String getWording()
      Gets the wording.
      Returns:
      the wording
    • setWording

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

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

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

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

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

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

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

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

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

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

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

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

      public void setProcessedIn(String value)
      Sets the processed in.
      Parameters:
      value - the new processed in
    • getDecisionType

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

      public void setDecisionType(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(String value)
      With wording.
      Parameters:
      value - the value
      Returns:
      the document proposal data
    • withWording2

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

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

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

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

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

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

      public DocumentProposalData withDecisionType(String value)
      With decision type.
      Parameters:
      value - the value
      Returns:
      the document proposal data
    • toString

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

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

      public void setHjid(Long value)
      Sets the hjid.
      Parameters:
      value - the new hjid
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object