Class About

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      About()  
      About​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()  
      void setBodyValue​(java.lang.String s)  
      void setXMLContent​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • text

        java.lang.String text
    • Constructor Detail

      • About

        public About()
      • About

        public About​(java.lang.String text)
    • Method Detail

      • setBodyValue

        public void setBodyValue​(java.lang.String s)
      • getText

        public java.lang.String getText()