java.lang.Object
ubic.gemma.web.controller.common.auditAndSecurity.FileUpload
All Implemented Interfaces:
Serializable

public class FileUpload extends Object implements Serializable
Command class to handle uploading of a file
Author:
pavlidis
See Also:
  • Constructor Details

    • FileUpload

      public FileUpload()
  • Method Details

    • getFile

      public byte[] getFile()
    • setFile

      public void setFile(byte[] file)
    • getLocalPath

      public String getLocalPath()
    • setLocalPath

      public void setLocalPath(String file)