Class ActionMoveToPackageData

java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionMoveToPackageData
All Implemented Interfaces:
IActionData

public class ActionMoveToPackageData extends ActionData
This action class holds information for the Actions.MOVE_TO_PACKAGE action.
  • Constructor Details

    • ActionMoveToPackageData

      public ActionMoveToPackageData()
  • Method Details

    • getCurrentPackageFqname

      public String getCurrentPackageFqname()
      Get the current fully-qualified name of the package to be moved. This method is used by clients.
      Returns:
      the package name
    • setCurrentPackageFqname

      public void setCurrentPackageFqname(String currentPackageFqname)
      Set the current fully-qualified name of the package to be moved. This method is used by plugins.
      Parameters:
      currentPackageFqname - package name
    • getDstPackageFqname

      public String getDstPackageFqname()
      Get the new fully-qualified name of the package being moved. This method is used by plugins.
      Returns:
      the package name
    • setDstPackageFqname

      public void setDstPackageFqname(String dstPackageFqname)
      Set the new fully-qualified name of the package being moved. This method is used by clients.
      Parameters:
      dstPackageFqname - package name