Class DocumentPersonReferenceContainer

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

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

      • documentPersonReferenceList

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

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

      • DocumentPersonReferenceContainer

        public DocumentPersonReferenceContainer()
    • Method Detail

      • getDocumentPersonReferenceList

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

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

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