|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.upload.Upload
public class Upload
This Upload object is the value object which contains the properties of Upload along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Upload.File
An inner class that contains the remaining properties of Upload. |
Constructor Summary | |
---|---|
Upload()
|
Method Summary | |
---|---|
java.util.Vector |
getFileList()
Returns the list of all the files. |
void |
setFileList(java.util.Vector fileList)
Sets the list of files. |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Upload()
Method Detail |
---|
public java.util.Vector getFileList()
public void setFileList(java.util.Vector fileList)
filelist
- - list of all the files
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |