Uses of Interface
gov.nih.nci.mageom.domain.Description.ExternalReference

Packages that use ExternalReference
gov.nih.nci.mageom.domain.Description   
gov.nih.nci.mageom.domain.Description.impl   
 

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

Methods in gov.nih.nci.mageom.domain.Description that return ExternalReference
 ExternalReference Description.getExternalReference()
          Returns the value of this Description object's externalReference attribute.
 

Methods in gov.nih.nci.mageom.domain.Description with parameters of type ExternalReference
 void Description.setExternalReference(ExternalReference p_externalReference)
          Sets the externalReference attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Description.impl that implement ExternalReference
 class ExternalReferenceImpl
          A reference to the originating source for the object.
 

Fields in gov.nih.nci.mageom.domain.Description.impl declared as ExternalReference
protected  ExternalReference DescriptionImpl.externalReference
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Description.impl that return ExternalReference
 ExternalReference DescriptionImpl.getExternalReference()
           
 ExternalReference[] ExternalReferenceImpl.searchExternalReferences(ExternalReferenceSearchCriteria criteria)
          Returns an array of ExternalReference objects that satisfy the given ExternalReferenceSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Description.impl with parameters of type ExternalReference
 void DescriptionImpl.setExternalReference(ExternalReference p_externalReference)
          Sets the externalReference attribute.