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 Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • getSourceLocation Link icon

      public FileLocation getSourceLocation()
      Returns:
      the sourceLocation
    • setSourceLocation Link icon

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

      public FileLocation getDestLocation()
      Returns:
      the destLocation
    • setDestLocation Link icon

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