public class FileCopyRequest extends Object
Constructor and Description |
---|
FileCopyRequest()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
String |
getNewFilename()
Get the new filename for the copied file being created.
|
void |
setFile(File file) |
void |
setNewFilename(String newFilename)
Set the new filename for the copied file being created.
|
public String getNewFilename()
public void setNewFilename(String newFilename)
newFilename
- public File getFile()
public void setFile(File file)
Copyright © 2015 Gentics Software. All rights reserved.