Class DocumentPut

    • Constructor Detail

      • DocumentPut

        public DocumentPut​(Document document)
      • DocumentPut

        public DocumentPut​(DocumentType docType,
                           java.lang.String docId)
      • DocumentPut

        public DocumentPut​(DocumentPut other)
        Copy constructor
        Parameters:
        other - the DocumentPut to copy
      • DocumentPut

        public DocumentPut​(DocumentPut other,
                           Document newDocument)
        Base this DocumentPut on another, but use newDocument as the Document.
    • Method Detail

      • getDocument

        public Document getDocument()
      • toString

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