public final class FileUploadBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FILE_UPLOAD_BEAN_NAME |
Constructor and Description |
---|
FileUploadBean() |
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
String |
getFileName() |
String |
getFilePath() |
static String |
getKey(String id) |
void |
setFile(File file) |
void |
setFileName(String fileName) |
void |
setFilePath(String filePath) |
public static final String FILE_UPLOAD_BEAN_NAME
public File getFile()
public void setFile(File file)
file
- The file to setpublic String getFileName()
public void setFileName(String fileName)
fileName
- The name of the uploaded filepublic String getFilePath()
public void setFilePath(String filePath)
filePath
- The file path of the uploaded fileCopyright © 2005–2017 Alfresco Software. All rights reserved.