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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected FileLocationParamsclone()voidsetDestLocation(FileLocation destLocation) voidsetSourceLocation(FileLocation sourceLocation)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
FileLocationParams
 
 - 
 - 
Method Details