Class StringWithComment

    • Constructor Summary

      Constructors 
      Constructor Description
      StringWithComment​(java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      java.lang.String getString()  
      void setComment​(java.lang.String comment)  
      void setString​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

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

      • setString

        public void setString​(java.lang.String string)
      • getString

        public java.lang.String getString()
      • setComment

        public void setComment​(java.lang.String comment)
      • getComment

        public java.lang.String getComment()