Class DocumentReferenceContainer

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

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

    • documentReferenceList

      protected List<DocumentReferenceData> documentReferenceList
      The document reference list.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • DocumentReferenceContainer

      public DocumentReferenceContainer()
  • Method Details

    • getDocumentReferenceList

      public List<DocumentReferenceData> getDocumentReferenceList()
      Gets the document reference list.
      Returns:
      the document reference list
    • setDocumentReferenceList

      public void setDocumentReferenceList(List<DocumentReferenceData> documentReferenceList)
      Sets the document reference list.
      Parameters:
      documentReferenceList - the new document reference list
    • withDocumentReferenceList

      public DocumentReferenceContainer withDocumentReferenceList(List<DocumentReferenceData> documentReferenceList)
      With document reference list.
      Parameters:
      documentReferenceList - the document reference list
      Returns:
      the document reference 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