com.shephertz.app42.paas.sdk.jme.upload
Class Upload

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.upload.Upload

public class Upload
extends App42Response

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

Upload

public Upload()
Method Detail

getFileList

public java.util.Vector getFileList()
Returns the list of all the files.

Returns:
the list of files.

setFileList

public void setFileList(java.util.Vector fileList)
Sets the list of files.

Parameters:
filelist - - list of all the files