Interface CreateCommentCommand

    • Method Detail

      • getComment

        Comment getComment()
        Gets the comment that was created. Will be null if called before execute().
        Specified by:
        getComment in interface CommentCommand
        Returns:
        the comment that was created, or null if the command has not been executed successfully.