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

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

    • numberValue

      protected BigInteger numberValue
      The number value.
    • proposalType

      protected String proposalType
      The proposal type.
    • parties

      protected String parties
      The parties.
    • proposalIssueNumber

      protected BigInteger proposalIssueNumber
      The proposal issue number.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • AgainstProposalData

      public AgainstProposalData()
  • Method Details

    • getNumberValue

      public BigInteger getNumberValue()
      Gets the number value.
      Returns:
      the number value
    • setNumberValue

      public void setNumberValue(BigInteger value)
      Sets the number value.
      Parameters:
      value - the new number value
    • getHeader

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

      public void setHeader(String value)
      Sets the header.
      Parameters:
      value - the new header
    • getProposalType

      public String getProposalType()
      Gets the proposal type.
      Returns:
      the proposal type
    • setProposalType

      public void setProposalType(String value)
      Sets the proposal type.
      Parameters:
      value - the new proposal type
    • getParties

      public String getParties()
      Gets the parties.
      Returns:
      the parties
    • setParties

      public void setParties(String value)
      Sets the parties.
      Parameters:
      value - the new parties
    • getProposalIssueNumber

      public BigInteger getProposalIssueNumber()
      Gets the proposal issue number.
      Returns:
      the proposal issue number
    • setProposalIssueNumber

      public void setProposalIssueNumber(BigInteger value)
      Sets the proposal issue number.
      Parameters:
      value - the new proposal issue number
    • withNumberValue

      public AgainstProposalData withNumberValue(BigInteger value)
      With number value.
      Parameters:
      value - the value
      Returns:
      the against proposal data
    • withHeader

      public AgainstProposalData withHeader(String value)
      With header.
      Parameters:
      value - the value
      Returns:
      the against proposal data
    • withProposalType

      public AgainstProposalData withProposalType(String value)
      With proposal type.
      Parameters:
      value - the value
      Returns:
      the against proposal data
    • withParties

      public AgainstProposalData withParties(String value)
      With parties.
      Parameters:
      value - the value
      Returns:
      the against proposal data
    • withProposalIssueNumber

      public AgainstProposalData withProposalIssueNumber(BigInteger value)
      With proposal issue number.
      Parameters:
      value - the value
      Returns:
      the against 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