Class DocumentAttachmentContainer

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

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

    • documentAttachmentList

      protected List<DocumentAttachment> documentAttachmentList
      The document attachment list.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • DocumentAttachmentContainer

      public DocumentAttachmentContainer()
  • Method Details

    • getDocumentAttachmentList

      public List<DocumentAttachment> getDocumentAttachmentList()
      Gets the document attachment list.
      Returns:
      the document attachment list
    • setDocumentAttachmentList

      public void setDocumentAttachmentList(List<DocumentAttachment> documentAttachmentList)
      Sets the document attachment list.
      Parameters:
      documentAttachmentList - the new document attachment list
    • withDocumentAttachmentList

      public DocumentAttachmentContainer withDocumentAttachmentList(List<DocumentAttachment> documentAttachmentList)
      With document attachment list.
      Parameters:
      documentAttachmentList - the document attachment list
      Returns:
      the document attachment 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