wheel.util
Class FileUploadMetadata

java.lang.Object
  extended by wheel.util.FileUploadMetadata
All Implemented Interfaces:
java.io.Serializable

public class FileUploadMetadata
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FileUploadMetadata(java.lang.String fileName, java.lang.String contentType, long size)
           
 
Method Summary
 java.lang.String getContentType()
           
 java.lang.String getFileName()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadMetadata

public FileUploadMetadata(java.lang.String fileName,
                          java.lang.String contentType,
                          long size)
Method Detail

getFileName

public java.lang.String getFileName()

getContentType

public java.lang.String getContentType()

getSize

public long getSize()


Copyright © 2007-2008. All Rights Reserved.