|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Treatment
The process by which a biomaterial is created (from source biomaterials). Treatments have an order and an action.
| Method Summary | |
|---|---|
OntologyEntry |
getAction()
Returns the value of this Treatment object's action attribute. |
Measurement |
getActionMeasurement()
Returns the value of this Treatment object's actionMeasurement attribute. |
CompoundMeasurement[] |
getCompoundMeasurements()
Returns the value of this Treatment object's compoundMeasurements attribute. |
java.lang.Integer |
getOrder()
Returns the value of this Treatment object's order attribute. |
BioMaterialMeasurement[] |
getSourceBioMaterialMeasurements()
Returns the value of this Treatment object's sourceBioMaterialMeasurements attribute. |
void |
setAction(OntologyEntry p_action)
Sets the action attribute. |
void |
setActionMeasurement(Measurement p_actionMeasurement)
Sets the actionMeasurement attribute. |
void |
setCompoundMeasurements(CompoundMeasurement[] p_compoundMeasurements)
Sets the compoundMeasurements attribute. |
void |
setOrder(java.lang.Integer p_order)
Sets the order attribute. |
void |
setSourceBioMaterialMeasurements(BioMaterialMeasurement[] p_sourceBioMaterialMeasurements)
Sets the sourceBioMaterialMeasurements attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.BioEvent.BioEvent |
|---|
getProtocolApplications, setProtocolApplications |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setOrder(java.lang.Integer p_order)
Treatment object.
p_order - The new value for order.getOrder()java.lang.Integer getOrder()
Treatment object's order attribute.
Description of order:
The chronological order in which a treatment occurred (in relation to other treatments). More than
one treatment can have the same chronological order indicating that they happened (or were caused
to happen) simultaneously.
int The value of order.void setActionMeasurement(Measurement p_actionMeasurement)
Treatment object.
p_actionMeasurement - The new value for actionMeasurement.getActionMeasurement()Measurement getActionMeasurement()
Treatment object's actionMeasurement attribute.
gov.nih.nci.mageom.bean.Measurement.Measurement The value of actionMeasurement.Measurementvoid setSourceBioMaterialMeasurements(BioMaterialMeasurement[] p_sourceBioMaterialMeasurements)
Treatment object.
p_sourceBioMaterialMeasurements - The new value for sourceBioMaterialMeasurements.getSourceBioMaterialMeasurements()BioMaterialMeasurement[] getSourceBioMaterialMeasurements()
Treatment object's sourceBioMaterialMeasurements attribute.
gov.nih.nci.mageom.bean.BioMaterial.BioMaterialMeasurement[] The value of sourceBioMaterialMeasurements.BioMaterialMeasurementvoid setCompoundMeasurements(CompoundMeasurement[] p_compoundMeasurements)
Treatment object.
p_compoundMeasurements - The new value for compoundMeasurements.getCompoundMeasurements()CompoundMeasurement[] getCompoundMeasurements()
Treatment object's compoundMeasurements attribute.
gov.nih.nci.mageom.bean.BioMaterial.CompoundMeasurement[] The value of compoundMeasurements.CompoundMeasurementvoid setAction(OntologyEntry p_action)
Treatment object.
p_action - The new value for action.getAction()OntologyEntry getAction()
Treatment object's action attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of action.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||