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

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

## Constructor: ActionCreatePackageData


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

Description: Get the current name. This method is used by clients.
return: the current package name

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

Description: Get the package name for the package to be created. This method is used by plugins.
return: the package name

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

Description: Set the current name. This method is used by plugins. It is optional, and used as a way to provide a hint about what package name could be created.
parameter: currentPackageFqname: current package name

## Method: setFqname
- parameter: `fqname`, type: `java.lang.String`

Description: Set the package name for the package to be created. This method is used by clients.
parameter: fqname: package name

