com.intel.gpe.gridbeans
Class InputFileParameterValue

java.lang.Object
  extended by com.intel.gpe.gridbeans.InputFileParameterValue
All Implemented Interfaces:
IComplexParameterValue, IGridBeanParameterValue
Direct Known Subclasses:
OutputFileParameterValue

public class InputFileParameterValue
extends java.lang.Object
implements IComplexParameterValue

Version:
$Id: InputFileParameterValue.java,v 1.3 2006/11/27 06:39:31 vashorin Exp $
Author:
Valery Shorin

Constructor Summary
InputFileParameterValue()
           
InputFileParameterValue(java.lang.String targetSystemFile)
           
 
Method Summary
 java.lang.String getDisplayValue()
           
 java.lang.String getTargetSystemFile()
          Get the name of the file at a remote location.
 IGridBeanParameterValue getValue()
           
 void setTargetSystemFile(java.lang.String targetSystemFile)
          Set the path of the file at the remote location.
 void setValue(IGridBeanParameterValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFileParameterValue

public InputFileParameterValue()

InputFileParameterValue

public InputFileParameterValue(java.lang.String targetSystemFile)
Method Detail

getTargetSystemFile

public java.lang.String getTargetSystemFile()
Get the name of the file at a remote location.

Returns:
The name of the file on the remote file system

setTargetSystemFile

public void setTargetSystemFile(java.lang.String targetSystemFile)
Set the path of the file at the remote location.

Parameters:
path - - the new path value

getDisplayValue

public java.lang.String getDisplayValue()
Specified by:
getDisplayValue in interface IGridBeanParameterValue

getValue

public IGridBeanParameterValue getValue()
Specified by:
getValue in interface IComplexParameterValue

setValue

public void setValue(IGridBeanParameterValue value)
Specified by:
setValue in interface IComplexParameterValue


Copyright © 2008. All Rights Reserved.