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 ResponseObject
_allProperties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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
-
setProperties
-