Uses of Interface
gov.nih.nci.mageom.domain.Array.ManufactureLIMS

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

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

Subinterfaces of ManufactureLIMS in gov.nih.nci.mageom.domain.Array
 interface ManufactureLIMSBiomaterial
          Stores the location from which a biomaterial was obtained.
 

Methods in gov.nih.nci.mageom.domain.Array that return ManufactureLIMS
 ManufactureLIMS[] ArrayManufacture.getFeatureLIMSs()
          Returns the value of this ArrayManufacture object's featureLIMSs attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type ManufactureLIMS
 void ArrayManufacture.setFeatureLIMSs(ManufactureLIMS[] p_featureLIMSs)
          Sets the featureLIMSs attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Array.impl that implement ManufactureLIMS
 class ManufactureLIMSBiomaterialImpl
          Stores the location from which a biomaterial was obtained.
 class ManufactureLIMSImpl
          Information on the physical production of arrays within the laboratory.
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as ManufactureLIMS
protected  ManufactureLIMS[] ArrayManufactureImpl.featureLIMSs
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return ManufactureLIMS
 ManufactureLIMS[] ArrayManufactureImpl.getFeatureLIMSs()
           
 ManufactureLIMS[] ManufactureLIMSImpl.searchManufactureLIMSs(ManufactureLIMSSearchCriteria criteria)
          Returns an array of ManufactureLIMS objects that satisfy the given ManufactureLIMSSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type ManufactureLIMS
 void ArrayManufactureImpl.setFeatureLIMSs(ManufactureLIMS[] p_featureLIMSs)
          Sets the featureLIMSs attribute.