org.richfaces.demo.fileUpload
Class File

java.lang.Object
  extended by org.richfaces.demo.fileUpload.File

public class File
extends Object


Constructor Summary
File()
           
 
Method Summary
 byte[] getData()
           
 long getLength()
           
 String getMime()
           
 String getName()
           
 void setData(byte[] data)
           
 void setLength(long length)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File()
Method Detail

getData

public byte[] getData()

setData

public void setData(byte[] data)

getName

public String getName()

setName

public void setName(String name)

getLength

public long getLength()

setLength

public void setLength(long length)

getMime

public String getMime()


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.