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
 

Fields in gov.nih.nci.evs.domain declared as Source
private  Source Atom.source
          An associated gov.nih.nci.evs.domain.Source object
private  Source Definition.source
          An associated gov.nih.nci.evs.domain.Source object
 

Fields in gov.nih.nci.evs.domain with type parameters of type Source
private  java.util.ArrayList<Source> MetaThesaurusConcept.sourceCollection
          An associated gov.nih.nci.evs.domain.Source object's collection
 

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
 



This API was generated by the caCORE Software Development Kit.