|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BioMaterialMeasurement
A BioMaterialMeasurement is a pairing of a source BioMaterial and an amount (Measurement) of that BioMaterial.
| Method Summary | |
|---|---|
BioMaterial |
getBioMaterial()
Returns the value of this BioMaterialMeasurement object's bioMaterial attribute. |
Measurement |
getMeasurement()
Returns the value of this BioMaterialMeasurement object's measurement attribute. |
void |
setBioMaterial(BioMaterial p_bioMaterial)
Sets the bioMaterial attribute. |
void |
setMeasurement(Measurement p_measurement)
Sets the measurement attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setBioMaterial(BioMaterial p_bioMaterial)
BioMaterialMeasurement object.
p_bioMaterial - The new value for bioMaterial.getBioMaterial()BioMaterial getBioMaterial()
BioMaterialMeasurement object's bioMaterial attribute.
gov.nih.nci.mageom.bean.BioMaterial.BioMaterial The value of bioMaterial.BioMaterialvoid setMeasurement(Measurement p_measurement)
BioMaterialMeasurement object.
p_measurement - The new value for measurement.getMeasurement()Measurement getMeasurement()
BioMaterialMeasurement object's measurement attribute.
gov.nih.nci.mageom.bean.Measurement.Measurement The value of measurement.Measurement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||