Uses of Interface
gov.nih.nci.mageom.domain.BioMaterial.BioMaterial

Packages that use BioMaterial
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
gov.nih.nci.mageom.domain.BioMaterial   
gov.nih.nci.mageom.domain.BioMaterial.impl   
 

Uses of BioMaterial in gov.nih.nci.mageom.domain.Array
 

Methods in gov.nih.nci.mageom.domain.Array that return BioMaterial
 BioMaterial ManufactureLIMS.getBioMaterial()
          Returns the value of this ManufactureLIMS object's bioMaterial attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type BioMaterial
 void ManufactureLIMS.setBioMaterial(BioMaterial p_bioMaterial)
          Sets the bioMaterial attribute.
 

Uses of BioMaterial in gov.nih.nci.mageom.domain.Array.impl
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as BioMaterial
protected  BioMaterial ManufactureLIMSImpl.bioMaterial
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return BioMaterial
 BioMaterial ManufactureLIMSImpl.getBioMaterial()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type BioMaterial
 void ManufactureLIMSImpl.setBioMaterial(BioMaterial p_bioMaterial)
          Sets the bioMaterial attribute.
 

Uses of BioMaterial in gov.nih.nci.mageom.domain.BioMaterial
 

Subinterfaces of BioMaterial in gov.nih.nci.mageom.domain.BioMaterial
 interface BioSample
          BioSamples are products of treatments that are of interest.
 interface BioSource
          The BioSource is the original source material before any treatment events.
 interface LabeledExtract
          LabeledExtracts are special BioSamples that have Compounds which are detectable (these are often fluorescent or reactive moieties).
 

Methods in gov.nih.nci.mageom.domain.BioMaterial that return BioMaterial
 BioMaterial BioMaterialMeasurement.getBioMaterial()
          Returns the value of this BioMaterialMeasurement object's bioMaterial attribute.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial with parameters of type BioMaterial
 void BioMaterialMeasurement.setBioMaterial(BioMaterial p_bioMaterial)
          Sets the bioMaterial attribute.
 

Uses of BioMaterial in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Classes in gov.nih.nci.mageom.domain.BioMaterial.impl that implement BioMaterial
 class BioMaterialImpl
          BioMaterial is an abstract class that represents the important substances such as cells, tissues, DNA, proteins, etc...
 class BioSampleImpl
          BioSamples are products of treatments that are of interest.
 class BioSourceImpl
          The BioSource is the original source material before any treatment events.
 class LabeledExtractImpl
          LabeledExtracts are special BioSamples that have Compounds which are detectable (these are often fluorescent or reactive moieties).
 

Fields in gov.nih.nci.mageom.domain.BioMaterial.impl declared as BioMaterial
protected  BioMaterial BioMaterialMeasurementImpl.bioMaterial
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return BioMaterial
 BioMaterial BioMaterialMeasurementImpl.getBioMaterial()
           
 BioMaterial[] BioMaterialImpl.searchBioMaterials(BioMaterialSearchCriteria criteria)
          Returns an array of BioMaterial objects that satisfy the given BioMaterialSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type BioMaterial
 void BioMaterialMeasurementImpl.setBioMaterial(BioMaterial p_bioMaterial)
          Sets the bioMaterial attribute.