| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
| ↳ | com.pnfsoftware.jeb.core.actions.ActionCommentData | |
This action class holds information for to the COMMENT action.
| 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
| |||||||||||
Get a comment. This method is used by clients.
Get the new or updated comment. This method is used by plugins.
Set a comment. This method is used by plugins. Its purpose is to provide clients the current value of a comment.
| comment | current value of comment |
|---|
Set the new or updated comment. This method is used by clients.
| newComment | a new comment |
|---|