Package backupmanager

Class FileLocationParams

java.lang.Object
backupmanager.FileLocationParams
All Implemented Interfaces:
Serializable, Cloneable

public class FileLocationParams extends Object implements Serializable, Cloneable
This is generally used as a temporary class for calling Copy and move actions since by necessity the source and destination locations are held in different places. This brings them together for a call to the dialog, then they can be split again when the dialog has closed.
Author:
dg50
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSourceLocation

      public FileLocation getSourceLocation()
      Returns:
      the sourceLocation
    • setSourceLocation

      public void setSourceLocation(FileLocation sourceLocation)
      Parameters:
      sourceLocation - the sourceLocation to set
    • getDestLocation

      public FileLocation getDestLocation()
      Returns:
      the destLocation
    • setDestLocation

      public void setDestLocation(FileLocation destLocation)
      Parameters:
      destLocation - the destLocation to set