public class FileSaveRequest extends Object
Constructor and Description |
---|
FileSaveRequest()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getFailOnDuplicate()
True if saving the file with a duplicate filename will fail.
|
File |
getFile() |
void |
setFailOnDuplicate(Boolean failOnDuplicate)
Set whether saving shall fail on duplicate filenames
|
void |
setFile(File file) |
public File getFile()
public void setFile(File file)
public Boolean getFailOnDuplicate()
public void setFailOnDuplicate(Boolean failOnDuplicate)
failOnDuplicate
- true to fail on duplicate filenamesCopyright © 2024 Gentics Software. All rights reserved.