Uses of Interface
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact

Packages that use Contact
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
gov.nih.nci.mageom.domain.AuditAndSecurity   
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
gov.nih.nci.mageom.domain.BioMaterial   
gov.nih.nci.mageom.domain.BioMaterial.impl   
gov.nih.nci.mageom.domain.Description   
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.Protocol   
gov.nih.nci.mageom.domain.Protocol.impl   
 

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

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

Methods in gov.nih.nci.mageom.domain.Array with parameters of type Contact
 void ArrayManufacture.setArrayManufacturers(Contact[] p_arrayManufacturers)
          Sets the arrayManufacturers attribute.
 

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

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

Methods in gov.nih.nci.mageom.domain.Array.impl that return Contact
 Contact[] ArrayManufactureImpl.getArrayManufacturers()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type Contact
 void ArrayManufactureImpl.setArrayManufacturers(Contact[] p_arrayManufacturers)
          Sets the arrayManufacturers attribute.
 

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

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

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type Contact
 void ArrayDesign.setDesignProviders(Contact[] p_designProviders)
          Sets the designProviders attribute.
 

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

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

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return Contact
 Contact[] ArrayDesignImpl.getDesignProviders()
           
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type Contact
 void ArrayDesignImpl.setDesignProviders(Contact[] p_designProviders)
          Sets the designProviders attribute.
 

Uses of Contact in gov.nih.nci.mageom.domain.AuditAndSecurity
 

Subinterfaces of Contact in gov.nih.nci.mageom.domain.AuditAndSecurity
 interface Organization
          Organizations are entities like companies, universities, government agencies for which the attributes are self describing.
 interface Person
          A person for which the attributes are self describing.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity that return Contact
 Contact[] SecurityGroup.getMembers()
          Returns the value of this SecurityGroup object's members attribute.
 Contact[] Security.getOwner()
          Returns the value of this Security object's owner attribute.
 Contact Audit.getPerformer()
          Returns the value of this Audit object's performer attribute.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity with parameters of type Contact
 void SecurityGroup.setMembers(Contact[] p_members)
          Sets the members attribute.
 void Security.setOwner(Contact[] p_owner)
          Sets the owner attribute.
 void Audit.setPerformer(Contact p_performer)
          Sets the performer attribute.
 

Uses of Contact in gov.nih.nci.mageom.domain.AuditAndSecurity.impl
 

Classes in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that implement Contact
 class ContactImpl
          A contact is either a person or an organization.
 class OrganizationImpl
          Organizations are entities like companies, universities, government agencies for which the attributes are self describing.
 class PersonImpl
          A person for which the attributes are self describing.
 

Fields in gov.nih.nci.mageom.domain.AuditAndSecurity.impl declared as Contact
protected  Contact[] SecurityGroupImpl.members
          DOCUMENT ME
protected  Contact[] SecurityImpl.owner
          DOCUMENT ME
protected  Contact AuditImpl.performer
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that return Contact
 Contact[] SecurityGroupImpl.getMembers()
           
 Contact[] SecurityImpl.getOwner()
           
 Contact AuditImpl.getPerformer()
           
 Contact[] ContactImpl.searchContacts(ContactSearchCriteria criteria)
          Returns an array of Contact objects that satisfy the given ContactSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl with parameters of type Contact
 void SecurityGroupImpl.setMembers(Contact[] p_members)
          Sets the members attribute.
 void SecurityImpl.setOwner(Contact[] p_owner)
          Sets the owner attribute.
 void AuditImpl.setPerformer(Contact p_performer)
          Sets the performer attribute.
 

Uses of Contact in gov.nih.nci.mageom.domain.BioMaterial
 

Methods in gov.nih.nci.mageom.domain.BioMaterial that return Contact
 Contact[] BioSource.getSourceContact()
          Returns the value of this BioSource object's sourceContact attribute.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial with parameters of type Contact
 void BioSource.setSourceContact(Contact[] p_sourceContact)
          Sets the sourceContact attribute.
 

Uses of Contact in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Fields in gov.nih.nci.mageom.domain.BioMaterial.impl declared as Contact
protected  Contact[] BioSourceImpl.sourceContact
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return Contact
 Contact[] BioSourceImpl.getSourceContact()
           
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type Contact
 void BioSourceImpl.setSourceContact(Contact[] p_sourceContact)
          Sets the sourceContact attribute.
 

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

Methods in gov.nih.nci.mageom.domain.Description that return Contact
 Contact[] Database.getContacts()
          Returns the value of this Database object's contacts attribute.
 

Methods in gov.nih.nci.mageom.domain.Description with parameters of type Contact
 void Database.setContacts(Contact[] p_contacts)
          Sets the contacts attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Description.impl declared as Contact
protected  Contact[] DatabaseImpl.contacts
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Description.impl that return Contact
 Contact[] DatabaseImpl.getContacts()
           
 

Methods in gov.nih.nci.mageom.domain.Description.impl with parameters of type Contact
 void DatabaseImpl.setContacts(Contact[] p_contacts)
          Sets the contacts attribute.
 

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

Methods in gov.nih.nci.mageom.domain.Experiment that return Contact
 Contact[] Experiment.getProviders()
          Returns the value of this Experiment object's providers attribute.
 

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type Contact
 void Experiment.setProviders(Contact[] p_providers)
          Sets the providers attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Experiment.impl declared as Contact
protected  Contact[] ExperimentImpl.providers
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return Contact
 Contact[] ExperimentImpl.getProviders()
           
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type Contact
 void ExperimentImpl.setProviders(Contact[] p_providers)
          Sets the providers attribute.
 

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

Methods in gov.nih.nci.mageom.domain.Protocol that return Contact
 Contact[] Hardware.getHardwareManufacturers()
          Returns the value of this Hardware object's hardwareManufacturers attribute.
 Contact[] Software.getSoftwareManufacturers()
          Returns the value of this Software object's softwareManufacturers attribute.
 

Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type Contact
 void Hardware.setHardwareManufacturers(Contact[] p_hardwareManufacturers)
          Sets the hardwareManufacturers attribute.
 void Software.setSoftwareManufacturers(Contact[] p_softwareManufacturers)
          Sets the softwareManufacturers attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Protocol.impl declared as Contact
protected  Contact[] HardwareImpl.hardwareManufacturers
          DOCUMENT ME
protected  Contact[] SoftwareImpl.softwareManufacturers
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return Contact
 Contact[] HardwareImpl.getHardwareManufacturers()
           
 Contact[] SoftwareImpl.getSoftwareManufacturers()
           
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type Contact
 void HardwareImpl.setHardwareManufacturers(Contact[] p_hardwareManufacturers)
          Sets the hardwareManufacturers attribute.
 void SoftwareImpl.setSoftwareManufacturers(Contact[] p_softwareManufacturers)
          Sets the softwareManufacturers attribute.