Uses of Interface
gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup

Packages that use ReporterGroup
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
 

Uses of ReporterGroup in gov.nih.nci.mageom.domain.ArrayDesign
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign that return ReporterGroup
 ReporterGroup[] ArrayDesign.getReporterGroups()
          Returns the value of this ArrayDesign object's reporterGroups attribute.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type ReporterGroup
 void ArrayDesign.setReporterGroups(ReporterGroup[] p_reporterGroups)
          Sets the reporterGroups attribute.
 

Uses of ReporterGroup in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement ReporterGroup
 class ReporterGroupImpl
          Allows specification of the type of Reporter Design Element.
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as ReporterGroup
protected  ReporterGroup[] ArrayDesignImpl.reporterGroups
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return ReporterGroup
 ReporterGroup[] ArrayDesignImpl.getReporterGroups()
           
 ReporterGroup[] ReporterGroupImpl.searchReporterGroups(ReporterGroupSearchCriteria criteria)
          Returns an array of ReporterGroup objects that satisfy the given ReporterGroupSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type ReporterGroup
 void ArrayDesignImpl.setReporterGroups(ReporterGroup[] p_reporterGroups)
          Sets the reporterGroups attribute.