Class DocumentReferenceContainer

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

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

      • documentReferenceList

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

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • DocumentReferenceContainer

        public DocumentReferenceContainer()
    • Method Detail

      • getDocumentReferenceList

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

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

        public DocumentReferenceContainer withDocumentReferenceList​(java.util.List<DocumentReferenceData> documentReferenceList)
        With document reference list.
        Parameters:
        documentReferenceList - the document reference list
        Returns:
        the document reference container
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getHjid

        public java.lang.Long getHjid()
        Gets the hjid.
        Returns:
        the hjid
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the hjid.
        Parameters:
        value - the new hjid
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object