Class Commentable

    • Constructor Summary

      Constructors 
      Constructor Description
      Commentable()  
    • Constructor Detail

      • Commentable

        public Commentable()
    • Method Detail

      • getComment

        public java.lang.String getComment()
        Get the comment.
        Returns:
        The comment or null.
      • setComment

        public void setComment​(java.lang.String value)
        Set the comment.
        Parameters:
        value - The new comment.
      • toString

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