Class Text


  • public class Text
    extends java.lang.Object
    Author:
    katusiimeconrad
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String body  
    • Constructor Summary

      Constructors 
      Constructor Description
      Text()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBody()  
      void setBody​(java.lang.String value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • body

        private java.lang.String body
    • Constructor Detail

      • Text

        public Text()
    • Method Detail

      • getBody

        public java.lang.String getBody()
      • setBody

        public void setBody​(java.lang.String value)
      • toString

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