com.softwareag.cis.plugin.adapter.command
Class FileSelectedCommand
java.lang.Object
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
|
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 |
rcs_id
public static final java.lang.String rcs_id
- See Also:
- Constant Field Values
FileSelectedCommand
public FileSelectedCommand()
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.