Class DocumentStatusContainer

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

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

    • document

      protected DocumentData document
      The document.
    • documentProposal

      protected DocumentProposalContainer documentProposal
      The document proposal.
    • documentActivityContainer

      protected DocumentActivityContainer documentActivityContainer
      The document activity container.
    • documentDetailContainer

      protected DocumentDetailContainer documentDetailContainer
      The document detail container.
    • documentAttachmentContainer

      protected DocumentAttachmentContainer documentAttachmentContainer
      The document attachment container.
    • documentReferenceContainer

      protected DocumentReferenceContainer documentReferenceContainer
      The document reference container.
    • documentPersonReferenceContainer

      protected DocumentPersonReferenceContainer documentPersonReferenceContainer
      The document person reference container.
    • documentCategory

      protected String documentCategory
      The document category.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • DocumentStatusContainer

      public DocumentStatusContainer()
  • Method Details

    • getDocument

      public DocumentData getDocument()
      Gets the document.
      Returns:
      the document
    • setDocument

      public void setDocument(DocumentData value)
      Sets the document.
      Parameters:
      value - the new document
    • getDocumentProposal

      public DocumentProposalContainer getDocumentProposal()
      Gets the document proposal.
      Returns:
      the document proposal
    • setDocumentProposal

      public void setDocumentProposal(DocumentProposalContainer value)
      Sets the document proposal.
      Parameters:
      value - the new document proposal
    • getDocumentActivityContainer

      public DocumentActivityContainer getDocumentActivityContainer()
      Gets the document activity container.
      Returns:
      the document activity container
    • setDocumentActivityContainer

      public void setDocumentActivityContainer(DocumentActivityContainer value)
      Sets the document activity container.
      Parameters:
      value - the new document activity container
    • getDocumentDetailContainer

      public DocumentDetailContainer getDocumentDetailContainer()
      Gets the document detail container.
      Returns:
      the document detail container
    • setDocumentDetailContainer

      public void setDocumentDetailContainer(DocumentDetailContainer value)
      Sets the document detail container.
      Parameters:
      value - the new document detail container
    • getDocumentAttachmentContainer

      public DocumentAttachmentContainer getDocumentAttachmentContainer()
      Gets the document attachment container.
      Returns:
      the document attachment container
    • setDocumentAttachmentContainer

      public void setDocumentAttachmentContainer(DocumentAttachmentContainer value)
      Sets the document attachment container.
      Parameters:
      value - the new document attachment container
    • getDocumentReferenceContainer

      public DocumentReferenceContainer getDocumentReferenceContainer()
      Gets the document reference container.
      Returns:
      the document reference container
    • setDocumentReferenceContainer

      public void setDocumentReferenceContainer(DocumentReferenceContainer value)
      Sets the document reference container.
      Parameters:
      value - the new document reference container
    • getDocumentPersonReferenceContainer

      public DocumentPersonReferenceContainer getDocumentPersonReferenceContainer()
      Gets the document person reference container.
      Returns:
      the document person reference container
    • setDocumentPersonReferenceContainer

      public void setDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)
      Sets the document person reference container.
      Parameters:
      value - the new document person reference container
    • getDocumentCategory

      public String getDocumentCategory()
      Gets the document category.
      Returns:
      the document category
    • setDocumentCategory

      public void setDocumentCategory(String value)
      Sets the document category.
      Parameters:
      value - the new document category
    • withDocument

      public DocumentStatusContainer withDocument(DocumentData value)
      With document.
      Parameters:
      value - the value
      Returns:
      the document status container
    • withDocumentProposal

      public DocumentStatusContainer withDocumentProposal(DocumentProposalContainer value)
      With document proposal.
      Parameters:
      value - the value
      Returns:
      the document status container
    • withDocumentActivityContainer

      public DocumentStatusContainer withDocumentActivityContainer(DocumentActivityContainer value)
      With document activity container.
      Parameters:
      value - the value
      Returns:
      the document status container
    • withDocumentDetailContainer

      public DocumentStatusContainer withDocumentDetailContainer(DocumentDetailContainer value)
      With document detail container.
      Parameters:
      value - the value
      Returns:
      the document status container
    • withDocumentAttachmentContainer

      public DocumentStatusContainer withDocumentAttachmentContainer(DocumentAttachmentContainer value)
      With document attachment container.
      Parameters:
      value - the value
      Returns:
      the document status container
    • withDocumentReferenceContainer

      public DocumentStatusContainer withDocumentReferenceContainer(DocumentReferenceContainer value)
      With document reference container.
      Parameters:
      value - the value
      Returns:
      the document status container
    • withDocumentPersonReferenceContainer

      public DocumentStatusContainer withDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)
      With document person reference container.
      Parameters:
      value - the value
      Returns:
      the document status container
    • withDocumentCategory

      public DocumentStatusContainer withDocumentCategory(String value)
      With document category.
      Parameters:
      value - the value
      Returns:
      the document status 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