org.labkey.remoteapi.assay
Class Batch

java.lang.Object
  extended by org.labkey.remoteapi.ResponseObject
      extended by org.labkey.remoteapi.assay.ExpObject
          extended by org.labkey.remoteapi.assay.Batch

public class Batch
extends ExpObject

User: jeckels Date: Apr 28, 2010


Field Summary
 
Fields inherited from class org.labkey.remoteapi.ResponseObject
_allProperties
 
Constructor Summary
Batch()
           
Batch(org.json.simple.JSONObject json)
           
 
Method Summary
 java.util.List<Run> getRuns()
           
 void setRuns(java.util.List<Run> runs)
           
 org.json.simple.JSONObject toJSONObject()
           
 
Methods inherited from class org.labkey.remoteapi.assay.ExpObject
getId, getName, getProperties, setId, setName, setProperties
 
Methods inherited from class org.labkey.remoteapi.ResponseObject
getAllProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batch

public Batch()

Batch

public Batch(org.json.simple.JSONObject json)
Method Detail

getRuns

public java.util.List<Run> getRuns()

setRuns

public void setRuns(java.util.List<Run> runs)

toJSONObject

public org.json.simple.JSONObject toJSONObject()
Overrides:
toJSONObject in class ExpObject