|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BioMaterial
BioMaterial is an abstract class that represents the important substances such as cells, tissues, DNA, proteins, etc... Biomaterials can be related to other biomaterial through a directed acyclic graph (represented by treatment(s)).
| Method Summary | |
|---|---|
OntologyEntry[] |
getCharacteristics()
Returns the value of this BioMaterial object's characteristics attribute. |
OntologyEntry |
getMaterialType()
Returns the value of this BioMaterial object's materialType attribute. |
NameValueType[] |
getQualityControlStatistics()
Returns the value of this BioMaterial object's qualityControlStatistics attribute. |
Treatment[] |
getTreatments()
Returns the value of this BioMaterial object's treatments attribute. |
void |
setCharacteristics(OntologyEntry[] p_characteristics)
Sets the characteristics attribute. |
void |
setMaterialType(OntologyEntry p_materialType)
Sets the materialType attribute. |
void |
setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
Sets the qualityControlStatistics attribute. |
void |
setTreatments(Treatment[] p_treatments)
Sets the treatments attribute. |
| 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 setTreatments(Treatment[] p_treatments)
BioMaterial object.
p_treatments - The new value for treatments.getTreatments()Treatment[] getTreatments()
BioMaterial object's treatments attribute.
gov.nih.nci.mageom.bean.BioMaterial.Treatment[] The value of treatments.Treatmentvoid setMaterialType(OntologyEntry p_materialType)
BioMaterial object.
p_materialType - The new value for materialType.getMaterialType()OntologyEntry getMaterialType()
BioMaterial object's materialType attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of materialType.OntologyEntryvoid setCharacteristics(OntologyEntry[] p_characteristics)
BioMaterial object.
p_characteristics - The new value for characteristics.getCharacteristics()OntologyEntry[] getCharacteristics()
BioMaterial object's characteristics attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry[] The value of characteristics.OntologyEntryvoid setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
BioMaterial object.
p_qualityControlStatistics - The new value for qualityControlStatistics.getQualityControlStatistics()NameValueType[] getQualityControlStatistics()
BioMaterial object's qualityControlStatistics attribute.
gov.nih.nci.mageom.bean.NameValueType[] The value of qualityControlStatistics.NameValueType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||