com.aoindustries.website.framework
Class UploadedFile
java.lang.Object
com.aoindustries.website.framework.UploadedFile
public final class UploadedFile
- extends java.lang.Object
An UploadedFile is a file that has been uploaded by a client request.
- Author:
- AO Industries, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getID
public long getID()
getFilename
public java.lang.String getFilename()
getStorageFile
public java.io.File getStorageFile()
getCreateTime
public long getCreateTime()
getOwner
public WebSiteUser getOwner()
getContentType
public java.lang.String getContentType()
getLastAccessed
public long getLastAccessed()