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

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

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

Methods in gov.nih.nci.mageom.domain.Protocol that return Software
 Software SoftwareApplication.getSoftware()
          Returns the value of this SoftwareApplication object's software attribute.
 Software[] Software.getSoftwares()
          Returns the value of this Software object's softwares attribute.
 Software[] Protocol.getSoftwares()
          Returns the value of this Protocol object's softwares attribute.
 Software[] Hardware.getSoftwares()
          Returns the value of this Hardware object's softwares attribute.
 

Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type Software
 void SoftwareApplication.setSoftware(Software p_software)
          Sets the software attribute.
 void Software.setSoftwares(Software[] p_softwares)
          Sets the softwares attribute.
 void Protocol.setSoftwares(Software[] p_softwares)
          Sets the softwares attribute.
 void Hardware.setSoftwares(Software[] p_softwares)
          Sets the softwares attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Protocol.impl that implement Software
 class SoftwareImpl
          Software represents the software used.
 

Fields in gov.nih.nci.mageom.domain.Protocol.impl declared as Software
protected  Software SoftwareApplicationImpl.software
          DOCUMENT ME
protected  Software[] SoftwareImpl.softwares
          DOCUMENT ME
protected  Software[] ProtocolImpl.softwares
          DOCUMENT ME
protected  Software[] HardwareImpl.softwares
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return Software
 Software SoftwareApplicationImpl.getSoftware()
           
 Software[] SoftwareImpl.getSoftwares()
           
 Software[] ProtocolImpl.getSoftwares()
           
 Software[] HardwareImpl.getSoftwares()
           
 Software[] SoftwareImpl.searchSoftwares(SoftwareSearchCriteria criteria)
          Returns an array of Software objects that satisfy the given SoftwareSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type Software
 void SoftwareApplicationImpl.setSoftware(Software p_software)
          Sets the software attribute.
 void SoftwareImpl.setSoftwares(Software[] p_softwares)
          Sets the softwares attribute.
 void ProtocolImpl.setSoftwares(Software[] p_softwares)
          Sets the softwares attribute.
 void HardwareImpl.setSoftwares(Software[] p_softwares)
          Sets the softwares attribute.