Package com.pnfsoftware.jeb.core.actions
Class ActionMoveToPackageData
java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionMoveToPackageData
- All Implemented Interfaces:
IActionData
This action class holds information for the
Actions.MOVE_TO_PACKAGE
action.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.actions.ActionData
ERRCODE_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the current fully-qualified name of the package to be moved.Get the new fully-qualified name of the package being moved.void
setCurrentPackageFqname
(String currentPackageFqname) Set the current fully-qualified name of the package to be moved.void
setDstPackageFqname
(String dstPackageFqname) Set the new fully-qualified name of the package being moved.Methods inherited from class com.pnfsoftware.jeb.core.actions.ActionData
canReuseObject, getDescription, getExecutionErrorCode, getExecutionErrorMessage, getValue, isNoInfoRequest, reset, setDescription, setExecutionError, setExecutionErrorCode, setExecutionErrorMessage, setValue
-
Constructor Details
-
ActionMoveToPackageData
public ActionMoveToPackageData()
-
-
Method Details
-
getCurrentPackageFqname
Get the current fully-qualified name of the package to be moved. This method is used by clients.- Returns:
- the package name
-
setCurrentPackageFqname
Set the current fully-qualified name of the package to be moved. This method is used by plugins.- Parameters:
currentPackageFqname
- package name
-
getDstPackageFqname
Get the new fully-qualified name of the package being moved. This method is used by plugins.- Returns:
- the package name
-
setDstPackageFqname
Set the new fully-qualified name of the package being moved. This method is used by clients.- Parameters:
dstPackageFqname
- package name
-