public class

ActionMoveToPackageData

extends ActionData
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.actions.ActionData
     ↳ com.pnfsoftware.jeb.core.actions.ActionMoveToPackageData

Class Overview

This action class holds information for the MOVE_TO_PACKAGE action.

Summary

[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.actions.ActionData
Public Constructors
ActionMoveToPackageData()
Public Methods
String getCurrentPackageFqname()
Get the current fully-qualified name of the package to be moved.
String getDstPackageFqname()
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.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.actions.ActionData
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.actions.IActionData

Public Constructors

public ActionMoveToPackageData ()

Public Methods

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

public String getDstPackageFqname ()

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

Returns
  • the package name

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

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