|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.assay.ExpObject
org.labkey.remoteapi.assay.Batch
public class Batch
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 |
|---|
public Batch()
public Batch(org.json.simple.JSONObject json)
| Method Detail |
|---|
public java.util.List<Run> getRuns()
public void setRuns(java.util.List<Run> runs)
public org.json.simple.JSONObject toJSONObject()
toJSONObject in class ExpObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||