Uses of Interface
gov.nih.nci.mageom.domain.Protocol.Hardware

Packages that use Hardware
gov.nih.nci.mageom.domain.Protocol   
gov.nih.nci.mageom.domain.Protocol.impl   
 

Uses of Hardware in gov.nih.nci.mageom.domain.Protocol
 

Methods in gov.nih.nci.mageom.domain.Protocol that return Hardware
 Hardware Software.getHardware()
          Returns the value of this Software object's hardware attribute.
 Hardware HardwareApplication.getHardware()
          Returns the value of this HardwareApplication object's hardware attribute.
 Hardware[] Protocol.getHardwares()
          Returns the value of this Protocol object's hardwares attribute.
 

Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type Hardware
 void Software.setHardware(Hardware p_hardware)
          Sets the hardware attribute.
 void HardwareApplication.setHardware(Hardware p_hardware)
          Sets the hardware attribute.
 void Protocol.setHardwares(Hardware[] p_hardwares)
          Sets the hardwares attribute.
 

Uses of Hardware in gov.nih.nci.mageom.domain.Protocol.impl
 

Classes in gov.nih.nci.mageom.domain.Protocol.impl that implement Hardware
 class HardwareImpl
          Hardware represents the hardware used.
 

Fields in gov.nih.nci.mageom.domain.Protocol.impl declared as Hardware
protected  Hardware SoftwareImpl.hardware
          DOCUMENT ME
protected  Hardware HardwareApplicationImpl.hardware
          DOCUMENT ME
protected  Hardware[] ProtocolImpl.hardwares
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return Hardware
 Hardware SoftwareImpl.getHardware()
           
 Hardware HardwareApplicationImpl.getHardware()
           
 Hardware[] ProtocolImpl.getHardwares()
           
 Hardware[] HardwareImpl.searchHardwares(HardwareSearchCriteria criteria)
          Returns an array of Hardware objects that satisfy the given HardwareSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type Hardware
 void SoftwareImpl.setHardware(Hardware p_hardware)
          Sets the hardware attribute.
 void HardwareApplicationImpl.setHardware(Hardware p_hardware)
          Sets the hardware attribute.
 void ProtocolImpl.setHardwares(Hardware[] p_hardwares)
          Sets the hardwares attribute.