Class DocumentAttachmentContainer

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

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

      • documentAttachmentList

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

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

      • DocumentAttachmentContainer

        public DocumentAttachmentContainer()
    • Method Detail

      • getDocumentAttachmentList

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

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

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