Class Download

java.lang.Object
ch.autumo.beetroot.server.action.FileAction
ch.autumo.beetroot.server.action.Download

public class Download extends FileAction
Download.
  • Constructor Details

    • Download

      public Download(String fileId, String fileName, File file, String domain)
      Download.
      Parameters:
      fileId - unique file ID
      fileName - file name
      file - temporary file to download
      domain - domain
  • Method Details

    • getFileId

      public String getFileId()
    • getFile

      public File getFile()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object