类 FileUpload

java.lang.Object
com.gdxsoft.easyweb.uploader.FileUpload

public class FileUpload extends Object
  • 构造器详细资料

    • FileUpload

      public FileUpload()
  • 方法详细资料

    • getSubs

      public ArrayList<FileUpload> getSubs()
      子文件,解压的文件或新尺寸的图片文件
      返回:
    • getUserLocalPath

      public String getUserLocalPath()
      返回:
      the _UserLocalPath
    • setUserLocalPath

      public void setUserLocalPath(String userLocalPath)
      参数:
      userLocalPath - the _UserLocalPath to set
    • getSavePath

      public String getSavePath()
      返回:
      the _SavePath
    • setSavePath

      public void setSavePath(String savePath)
      参数:
      savePath - the _SavePath to set
    • getExt

      public String getExt()
      返回:
      the _Ext
    • setExt

      public void setExt(String ext)
      参数:
      ext - the _Ext to set
    • getSaveFileName

      public String getSaveFileName()
      返回:
      the _SaveFileName
    • setSaveFileName

      public void setSaveFileName(String saveFileName)
      参数:
      saveFileName - the _SaveFileName to set
    • getFileUrl

      public String getFileUrl()
      返回:
      the _FileUrl
    • setFileUrl

      public void setFileUrl(String fileUrl)
      参数:
      fileUrl - the _FileUrl to set
    • getUnid

      public String getUnid()
      全局编号
      返回:
      the _Unid
    • setUnid

      public void setUnid(String unid)
      全局编号
      参数:
      unid - the _Unid to set
    • getContextType

      public String getContextType()
      上传类型
      返回:
      the _ContextType
    • setContextType

      public void setContextType(String contextType)
      上传类型
      参数:
      contextType - the _ContextType to set
    • getFrom

      public FileUpload getFrom()
      返回:
      the _From
    • setFrom

      public void setFrom(FileUpload from)
      参数:
      from - the _From to set
    • getLength

      public int getLength()
      返回:
      the _Length
    • setLength

      public void setLength(int length)
      参数:
      length - the _Length to set
    • getUploadedFile

      public File getUploadedFile()
      The uploaded file
      返回:
      the uploadedFile
    • setUploadedFile

      public void setUploadedFile(File uploadedFile)
      The uploaded file
      参数:
      uploadedFile - the uploadedFile to set