com.softwareag.cis.plugin.adapter.command
Class FileSelectedCommand

java.lang.Object
  extended by com.softwareag.cis.plugin.adapter.command.FileSelectedCommand
All Implemented Interfaces:
com.softwareag.cis.server.util.ICommand

public abstract class FileSelectedCommand
extends java.lang.Object
implements com.softwareag.cis.server.util.ICommand

Command used for handling files


Field Summary
static java.lang.String rcs_id
           
 
Constructor Summary
FileSelectedCommand()
           
 
Method Summary
 java.lang.String getClientPath()
           
 java.lang.String getServerPath()
           
 void setClientPath(java.lang.String value)
           
 void setServerPath(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.cis.server.util.ICommand
execute
 

Field Detail

rcs_id

public static final java.lang.String rcs_id
See Also:
Constant Field Values
Constructor Detail

FileSelectedCommand

public FileSelectedCommand()
Method Detail

setClientPath

public void setClientPath(java.lang.String value)
Parameters:
value - File path on the client side.

getClientPath

public java.lang.String getClientPath()
Returns:
File path on the client side.

setServerPath

public void setServerPath(java.lang.String value)
Parameters:
value - Temporary file path on the server side.

getServerPath

public java.lang.String getServerPath()
Returns:
Temporary file path on the server side.