public class

ActionCommentData

extends ActionData
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.actions.ActionData
     ↳ com.pnfsoftware.jeb.core.actions.ActionCommentData

Class Overview

This action class holds information for to the COMMENT action.

Summary

[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.actions.ActionData
Public Constructors
ActionCommentData()
Public Methods
String getComment()
Get a comment.
String getNewComment()
Get the new or updated comment.
void setComment(String comment)
Set a comment.
void setNewComment(String newComment)
Set the new or updated comment.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.actions.ActionData
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.actions.IActionData

Public Constructors

public ActionCommentData ()

Public Methods

public String getComment ()

Get a comment. This method is used by clients.

Returns
  • the current value of the comment

public String getNewComment ()

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

Returns
  • the new comment

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

public void setNewComment (String newComment)

Set the new or updated comment. This method is used by clients.

Parameters
newComment a new comment