Class AsDocumentData

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsDocumentData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AsDocumentData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getFields()  
      void setFields​(java.util.Map<java.lang.String,​java.lang.Object> fields)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsDocumentData

        public AsDocumentData()
    • Method Detail

      • setFields

        public void setFields​(java.util.Map<java.lang.String,​java.lang.Object> fields)
      • getFields

        public java.util.Map<java.lang.String,​java.lang.Object> getFields()