Class DocumentProposalContainer

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

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

  • Constructor Details

    • DocumentProposalContainer

      public DocumentProposalContainer()
  • Method Details

    • getProposal

      public DocumentProposalData getProposal()
      Gets the proposal.
      Returns:
      the proposal
    • setProposal

      public void setProposal(DocumentProposalData value)
      Sets the proposal.
      Parameters:
      value - the new proposal
    • withProposal

      public DocumentProposalContainer withProposal(DocumentProposalData value)
      With proposal.
      Parameters:
      value - the value
      Returns:
      the document proposal container
    • 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