public class Data extends ExpObject
_allProperties| Constructor and Description |
|---|
Data() |
Data(org.json.simple.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbsolutePath() |
java.lang.String |
getDataFileURL() |
java.lang.String |
getPipelinePath() |
void |
setAbsolutePath(java.lang.String absolutePath) |
void |
setDataFileURL(java.lang.String dataFileURL) |
void |
setPipelinePath(java.lang.String pipelinePath) |
org.json.simple.JSONObject |
toJSONObject() |
getId, getName, getProperties, setId, setName, setPropertiesgetAllPropertiespublic org.json.simple.JSONObject toJSONObject()
toJSONObject in class ExpObjectpublic java.lang.String getDataFileURL()
public void setDataFileURL(java.lang.String dataFileURL)
dataFileURL - the URL to the data file from the web server's perspectivepublic java.lang.String getAbsolutePath()
public void setAbsolutePath(java.lang.String absolutePath)
absolutePath - the full path to the file from the web server's file system perspectivepublic java.lang.String getPipelinePath()
public void setPipelinePath(java.lang.String pipelinePath)
pipelinePath - the path to the file on the file system, relative to the folder's pipeline root