gov.lbl.srm.client.gui
Class Request

java.lang.Object
  extended by gov.lbl.srm.client.gui.Request

public class Request
extends java.lang.Object


Constructor Summary
Request()
           
 
Method Summary
 void addFileInfo(FileInfo fInfo)
           
 java.util.Vector getFileInfo()
           
 java.util.Vector getFiles()
           
 java.lang.String getModeType()
           
 int getTotalFiles()
           
 boolean isModeSet()
           
 void setModeType(java.lang.String type)
           
 void setTargetDir(java.lang.String tDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request()
Method Detail

isModeSet

public boolean isModeSet()

setModeType

public void setModeType(java.lang.String type)

setTargetDir

public void setTargetDir(java.lang.String tDir)

getModeType

public java.lang.String getModeType()

addFileInfo

public void addFileInfo(FileInfo fInfo)

getTotalFiles

public int getTotalFiles()

getFiles

public java.util.Vector getFiles()

getFileInfo

public java.util.Vector getFileInfo()
                             throws SRMClientException
Throws:
SRMClientException