com.intel.gpe.gridbeans
Class WorkflowGPEFile
java.lang.Object
com.intel.gpe.gridbeans.WorkflowGPEFile
public class WorkflowGPEFile
- extends java.lang.Object
The representation of a GPE file for a workflow GridBean.
This representation contains two variables: the storage reference
and the file path at the storage.
- Version:
- $Id: WorkflowGPEFile.java,v 1.2 2005/12/12 08:45:24 vashorin Exp $
- Author:
- Alexander Lukichev
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowGPEFile
public WorkflowGPEFile(PartnerLink storageepr,
Variable path)
getFilePath
public Variable getFilePath()
setFilePath
public void setFilePath(Variable filePath)
getStorageEPR
public PartnerLink getStorageEPR()
setStorageEPR
public void setStorageEPR(PartnerLink storageEPR)