org.labkey.remoteapi.assay
Class Run
java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.assay.ExpObject
org.labkey.remoteapi.assay.Run
public class Run
- extends ExpObject
Represents a single assay run
User: jeckels
Date: Apr 28, 2010
|
Constructor Summary |
Run()
|
Run(org.json.simple.JSONObject json)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Run
public Run()
Run
public Run(org.json.simple.JSONObject json)
toJSONObject
public org.json.simple.JSONObject toJSONObject()
- Overrides:
toJSONObject in class ExpObject
getDataInputs
public java.util.List<Data> getDataInputs()
- Returns:
- the list of data files that were consumed by this run
setDataInputs
public void setDataInputs(java.util.List<Data> dataInputs)
- Parameters:
dataInputs - the list of data files that were consumed by this run
getDataOutputs
public java.util.List<Data> getDataOutputs()
- Returns:
- the list of data files that were produced by this run
setDataOutputs
public void setDataOutputs(java.util.List<Data> dataOutputs)
- Parameters:
dataOutputs - the list of data files that were produced by this run
getComment
public java.lang.String getComment()
- Returns:
- the free-form comment attached to this run
setComment
public void setComment(java.lang.String comment)
- Parameters:
comment - the free-form comment attached to this run