java.lang.Object
com.aoapps.web.framework.UploadedFile
An
UploadedFile
is a file that has been uploaded by a client request.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionGets the content type for the upload file.long
Gets the create time for the upload file.Gets the filename for the upload file.getId()
Gets the ID for the upload file.long
Gets the last access time for the upload file.getOwner()
Gets the owner for the upload file.Gets the storage file for the upload file.
-
Method Details
-
getId
Gets the ID for the upload file. -
getFilename
Gets the filename for the upload file. -
getStorageFile
Gets the storage file for the upload file. -
getCreateTime
public long getCreateTime()Gets the create time for the upload file. -
getOwner
Gets the owner for the upload file. -
getContentType
Gets the content type for the upload file. -
getLastAccessed
public long getLastAccessed()Gets the last access time for the upload file.
-