Class ActionCommentData

java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionCommentData
All Implemented Interfaces:
IActionData

public class ActionCommentData extends ActionData
This action class holds information for to the Actions.COMMENT action.
  • Constructor Details

    • ActionCommentData

      public ActionCommentData()
  • Method Details

    • getComment

      public String getComment()
      Get a comment. This method is used by clients.
      Returns:
      the current value of the comment
    • setComment

      public void setComment(String comment)
      Set a comment. This method is used by plugins. Its purpose is to provide clients the current value of a comment.
      Parameters:
      comment - current value of comment
    • getNewComment

      public String getNewComment()
      Get the new or updated comment. This method is used by plugins.
      Returns:
      the new comment
    • setNewComment

      public void setNewComment(String newComment)
      Set the new or updated comment. This method is used by clients.
      Parameters:
      newComment - a new comment