# Class: com.pnfsoftware.jeb.core.actions.ActionMoveToPackageData

Action payload for [Actions#MOVE_TO_PACKAGE](Actions#MOVE_TO_PACKAGE).

## Constructor: ActionMoveToPackageData


## Method: getCurrentPackageFqname
- return type: `java.lang.String`

Description: Get the current fully\-qualified name of the package to be moved. This method is used by clients.
return: the package name

## Method: getDstPackageFqname
- return type: `java.lang.String`

Description: Get the new fully\-qualified name of the package being moved. This method is used by plugins.
return: the package name

## Method: setCurrentPackageFqname
- parameter: `currentPackageFqname`, type: `java.lang.String`

Description: Set the current fully\-qualified name of the package to be moved. This method is used by plugins.
parameter: currentPackageFqname: package name

## Method: setDstPackageFqname
- parameter: `dstPackageFqname`, type: `java.lang.String`

Description: Set the new fully\-qualified name of the package being moved. This method is used by clients.
parameter: dstPackageFqname: package name

