Class Commentable

    • Constructor Detail

      • Commentable

        public Commentable()
    • Method Detail

      • getComment

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

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