Class FileUpload
java.lang.Object
ubic.gemma.web.controller.common.auditAndSecurity.FileUpload
- All Implemented Interfaces:
Serializable
Command class to handle uploading of a file
- Author:
- pavlidis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getFile()
void
setFile
(byte[] file) void
setLocalPath
(String file)
-
Constructor Details
-
FileUpload
public FileUpload()
-
-
Method Details
-
getFile
public byte[] getFile() -
setFile
public void setFile(byte[] file) -
getLocalPath
-
setLocalPath
-