Package org.labkey.remoteapi.assay
Class Material
java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.assay.ExpObject
org.labkey.remoteapi.assay.Material
- 
Field Summary
Fields inherited from class org.labkey.remoteapi.ResponseObject
_allProperties - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetSampleSetId(Long sampleSetId) voidsetSampleSetName(String sampleSetName) org.json.JSONObjectMethods inherited from class org.labkey.remoteapi.assay.ExpObject
getId, getName, getProperties, setId, setName, setPropertiesMethods inherited from class org.labkey.remoteapi.ResponseObject
getAllProperties 
- 
Constructor Details
- 
Material
public Material() - 
Material
public Material(org.json.JSONObject json)  
 - 
 - 
Method Details
- 
toJSONObject
public org.json.JSONObject toJSONObject()- Overrides:
 toJSONObjectin classExpObject
 - 
getSampleSetName
 - 
setSampleSetName
 - 
getSampleSetId
 - 
setSampleSetId
 
 -