Class DocumentPersonReferenceContainer

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

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

    • documentPersonReferenceList

      protected List<DocumentPersonReferenceData> documentPersonReferenceList
      The document person reference list.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • DocumentPersonReferenceContainer

      public DocumentPersonReferenceContainer()
  • Method Details

    • getDocumentPersonReferenceList

      public List<DocumentPersonReferenceData> getDocumentPersonReferenceList()
      Gets the document person reference list.
      Returns:
      the document person reference list
    • setDocumentPersonReferenceList

      public void setDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList)
      Sets the document person reference list.
      Parameters:
      documentPersonReferenceList - the new document person reference list
    • withDocumentPersonReferenceList

      public DocumentPersonReferenceContainer withDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList)
      With document person reference list.
      Parameters:
      documentPersonReferenceList - the document person reference list
      Returns:
      the document person 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