java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionRenameData |
This action class holds information for the RENAME
action.
Unit plugins may support rename actions on items to allow clients to rename those items.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionRenameData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getCurrentName()
Get the current name.
| ||||||||||
String |
getNewName()
Get the new name.
| ||||||||||
String |
getOriginalName()
Get the original name.
| ||||||||||
void |
setCurrentName(String name)
Set the current name.
| ||||||||||
void |
setNewName(String name)
Set the new name.
| ||||||||||
void |
setOriginalName(String originalName)
Set the original name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the current name. This method is used by clients.
Get the new name. This method is used by plugins.
Get the original name. This method is used by clients.
Set the current name. This method is used by plugins.
name | current name |
---|
Set the new name. This method is used by clients.
name | new name |
---|
Set the original name. This method is used by plugins.