Uses of Class
gov.nih.nci.evs.domain.Source

Packages that use Source
gov.nih.nci.evs.domain   
 

Uses of Source in gov.nih.nci.evs.domain
 

Methods in gov.nih.nci.evs.domain that return Source
 Source Atom.getSource()
          Retreives the value of source attribue
 Source Definition.getSource()
          Retreives the value of source attribue
 

Methods in gov.nih.nci.evs.domain that return types with arguments of type Source
 java.util.ArrayList<Source> MetaThesaurusConcept.getSourceCollection()
          Retreives the value of sourceCollection attribue
 

Methods in gov.nih.nci.evs.domain with parameters of type Source
 void Atom.setSource(Source source)
          Sets the value of source attribue
 void Definition.setSource(Source source)
          Sets the value of source attribue
 

Method parameters in gov.nih.nci.evs.domain with type arguments of type Source
 void MetaThesaurusConcept.setSourceCollection(java.util.ArrayList<Source> sourceCollection)
          Sets the value of sourceCollection attribue
 



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.