com.aoindustries.website.framework
Class UploadedFile

java.lang.Object
  extended by 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.

Method Summary
 java.lang.String getContentType()
           
 long getCreateTime()
           
 java.lang.String getFilename()
           
 long getID()
           
 long getLastAccessed()
           
 WebSiteUser getOwner()
           
 java.io.File getStorageFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()