public class UploadItem extends Object
UploadItem(String name, int size, String type)
String
getName()
int
getSize()
getType()
void
setName(String name)
setSize(int size)
setType(String type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UploadItem(String name, int size, String type)
public String getName()
public void setName(String name)
public int getSize()
public void setSize(int size)
public String getType()
public void setType(String type)
Copyright © 2002-2018 The Apache Software Foundation. All Rights Reserved.