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

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

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

Methods in gov.nih.nci.mageom.domain.BioMaterial that return Treatment
 Treatment[] BioMaterial.getTreatments()
          Returns the value of this BioMaterial object's treatments attribute.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial with parameters of type Treatment
 void BioMaterial.setTreatments(Treatment[] p_treatments)
          Sets the treatments attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioMaterial.impl that implement Treatment
 class TreatmentImpl
          The process by which a biomaterial is created (from source biomaterials).
 

Fields in gov.nih.nci.mageom.domain.BioMaterial.impl declared as Treatment
protected  Treatment[] BioMaterialImpl.treatments
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return Treatment
 Treatment[] BioMaterialImpl.getTreatments()
           
 Treatment[] TreatmentImpl.searchTreatments(TreatmentSearchCriteria criteria)
          Returns an array of Treatment objects that satisfy the given TreatmentSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type Treatment
 void BioMaterialImpl.setTreatments(Treatment[] p_treatments)
          Sets the treatments attribute.