Package backupmanager
Class FileLocationParams
java.lang.Object
backupmanager.FileLocationParams
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDestLocation
(FileLocation destLocation) void
setSourceLocation
(FileLocation sourceLocation)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
FileLocationParams
-
-
Method Details
-
getSourceLocation
- Returns:
- the sourceLocation
-
setSourceLocation
- Parameters:
sourceLocation
- the sourceLocation to set
-
getDestLocation
- Returns:
- the destLocation
-
setDestLocation
- Parameters:
destLocation
- the destLocation to set
-