|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompoundMeasurement
A CompoundMeasurement is a pairing of a source Compound and an amount (Measurement) of that Compound.
| Method Summary | |
|---|---|
Compound |
getCompound()
Returns the value of this CompoundMeasurement object's compound attribute. |
Measurement |
getMeasurement()
Returns the value of this CompoundMeasurement object's measurement attribute. |
void |
setCompound(Compound p_compound)
Sets the compound 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 setMeasurement(Measurement p_measurement)
CompoundMeasurement object.
p_measurement - The new value for measurement.getMeasurement()Measurement getMeasurement()
CompoundMeasurement object's measurement attribute.
gov.nih.nci.mageom.bean.Measurement.Measurement The value of measurement.Measurementvoid setCompound(Compound p_compound)
CompoundMeasurement object.
p_compound - The new value for compound.getCompound()Compound getCompound()
CompoundMeasurement object's compound attribute.
gov.nih.nci.mageom.bean.BioMaterial.Compound The value of compound.Compound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||