Package org.labkey.remoteapi.assay
Class ExpObject
java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.assay.ExpObject
Base class for experiment objects, including Run, Data, Batch, etc
-
Field Summary
Fields inherited from class org.labkey.remoteapi.ResponseObject
_allProperties
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.labkey.remoteapi.ResponseObject
getAllProperties
-
Constructor Details
-
ExpObject
protected ExpObject() -
ExpObject
protected ExpObject(org.json.JSONObject json)
-
-
Method Details
-
toJSONObject
public org.json.JSONObject toJSONObject() -
getId
- Returns:
- the auto-generated rowId for this object
-
setId
public void setId(int id) - Parameters:
id
- the auto-generated rowId for this object
-
getName
- Returns:
- the name assigned to this object
-
setName
- Parameters:
name
- the name assigned to this object
-
getProperties
- Returns:
- the customizable properties attached to this object (Run Properties, Batch Properties, etc)
-
setProperties
- Parameters:
properties
- the customizable properties attached to this object (Run Properties, Batch Properties, etc)
-