# Class: com.pnfsoftware.jeb.core.actions.ActionCommentData

Action payload for [Actions#COMMENT](Actions#COMMENT).

## Constructor: ActionCommentData


## Method: getComment
- return type: `java.lang.String`

Description: Get a comment. This method is used by clients.
return: the current value of the comment

## Method: getNewComment
- return type: `java.lang.String`

Description: Get the new or updated comment. This method is used by plugins.
return: the new comment

## Method: setComment
- parameter: `comment`, type: `java.lang.String`

Description: Set a comment. This method is used by plugins. Its purpose is to provide clients the current value of a comment.
parameter: comment: current value of comment

## Method: setNewComment
- parameter: `newComment`, type: `java.lang.String`

Description: Set the new or updated comment. This method is used by clients.
parameter: newComment: a new comment

