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

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

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

Methods in gov.nih.nci.mageom.domain.Description that return Database
 Database DatabaseEntry.getDatabase()
          Returns the value of this DatabaseEntry object's database attribute.
 

Methods in gov.nih.nci.mageom.domain.Description with parameters of type Database
 void DatabaseEntry.setDatabase(Database p_database)
          Sets the database attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Description.impl that implement Database
 class DatabaseImpl
          An address to a repository.
 

Fields in gov.nih.nci.mageom.domain.Description.impl declared as Database
protected  Database DatabaseEntryImpl.database
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Description.impl that return Database
 Database DatabaseEntryImpl.getDatabase()
           
 Database[] DatabaseImpl.searchDatabases(DatabaseSearchCriteria criteria)
          Returns an array of Database objects that satisfy the given DatabaseSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Description.impl with parameters of type Database
 void DatabaseEntryImpl.setDatabase(Database p_database)
          Sets the database attribute.