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

Packages that use Description
gov.nih.nci.mageom.domain   
gov.nih.nci.mageom.domain.Description.impl   
gov.nih.nci.mageom.domain.Experiment   
gov.nih.nci.mageom.domain.Experiment.impl   
gov.nih.nci.mageom.domain.impl   
 

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

Methods in gov.nih.nci.mageom.domain that return Description
 Description[] Describable.getDescriptions()
          Returns the value of this Describable object's descriptions attribute.
 

Methods in gov.nih.nci.mageom.domain with parameters of type Description
 void Describable.setDescriptions(Description[] p_descriptions)
          Sets the descriptions attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Description.impl that implement Description
 class DescriptionImpl
          A free text description of an object.
 

Methods in gov.nih.nci.mageom.domain.Description.impl that return Description
 Description[] DescriptionImpl.searchDescriptions(DescriptionSearchCriteria criteria)
          Returns an array of Description objects that satisfy the given DescriptionSearchCriteria.
 

Uses of Description in gov.nih.nci.mageom.domain.Experiment
 

Methods in gov.nih.nci.mageom.domain.Experiment that return Description
 Description ExperimentDesign.getNormalizationDescription()
          Returns the value of this ExperimentDesign object's normalizationDescription attribute.
 Description ExperimentDesign.getQualityControlDescription()
          Returns the value of this ExperimentDesign object's qualityControlDescription attribute.
 Description ExperimentDesign.getReplicateDescription()
          Returns the value of this ExperimentDesign object's replicateDescription attribute.
 

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type Description
 void ExperimentDesign.setNormalizationDescription(Description p_normalizationDescription)
          Sets the normalizationDescription attribute.
 void ExperimentDesign.setQualityControlDescription(Description p_qualityControlDescription)
          Sets the qualityControlDescription attribute.
 void ExperimentDesign.setReplicateDescription(Description p_replicateDescription)
          Sets the replicateDescription attribute.
 

Uses of Description in gov.nih.nci.mageom.domain.Experiment.impl
 

Fields in gov.nih.nci.mageom.domain.Experiment.impl declared as Description
protected  Description ExperimentDesignImpl.normalizationDescription
          DOCUMENT ME
protected  Description ExperimentDesignImpl.qualityControlDescription
          DOCUMENT ME
protected  Description ExperimentDesignImpl.replicateDescription
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return Description
 Description ExperimentDesignImpl.getNormalizationDescription()
           
 Description ExperimentDesignImpl.getQualityControlDescription()
           
 Description ExperimentDesignImpl.getReplicateDescription()
           
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type Description
 void ExperimentDesignImpl.setNormalizationDescription(Description p_normalizationDescription)
          Sets the normalizationDescription attribute.
 void ExperimentDesignImpl.setQualityControlDescription(Description p_qualityControlDescription)
          Sets the qualityControlDescription attribute.
 void ExperimentDesignImpl.setReplicateDescription(Description p_replicateDescription)
          Sets the replicateDescription attribute.
 

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

Fields in gov.nih.nci.mageom.domain.impl declared as Description
protected  Description[] DescribableImpl.descriptions
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.impl that return Description
 Description[] DescribableImpl.getDescriptions()
           
 

Methods in gov.nih.nci.mageom.domain.impl with parameters of type Description
 void DescribableImpl.setDescriptions(Description[] p_descriptions)
          Sets the descriptions attribute.