Class DocRef


  • public class DocRef
    extends java.lang.Object
    Since:
    0.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String doc  
    • Constructor Summary

      Constructors 
      Constructor Description
      DocRef​(java.lang.String ref)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDoc()  
      void setDoc​(java.lang.String doc)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • doc

        protected java.lang.String doc
    • Constructor Detail

      • DocRef

        public DocRef​(java.lang.String ref)
    • Method Detail

      • getDoc

        public java.lang.String getDoc()
      • setDoc

        public void setDoc​(java.lang.String doc)
      • toString

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