|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatabaseEntry
A reference to a record in a database.
| Method Summary | |
|---|---|
java.lang.String |
getAccession()
Returns the value of this DatabaseEntry object's accession attribute. |
java.lang.String |
getAccessionVersion()
Returns the value of this DatabaseEntry object's accessionVersion attribute. |
Database |
getDatabase()
Returns the value of this DatabaseEntry object's database attribute. |
OntologyEntry |
getType()
Returns the value of this DatabaseEntry object's type attribute. |
java.lang.String |
getURI()
Returns the value of this DatabaseEntry object's URI attribute. |
void |
setAccession(java.lang.String p_accession)
Sets the accession attribute. |
void |
setAccessionVersion(java.lang.String p_accessionVersion)
Sets the accessionVersion attribute. |
void |
setDatabase(Database p_database)
Sets the database attribute. |
void |
setType(OntologyEntry p_type)
Sets the type attribute. |
void |
setURI(java.lang.String p_URI)
Sets the URI attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setAccession(java.lang.String p_accession)
DatabaseEntry object.
p_accession - The new value for accession.getAccession()java.lang.String getAccession()
DatabaseEntry object's accession attribute.
Description of accession:
The identifier used to look up the record.
String The value of accession.void setAccessionVersion(java.lang.String p_accessionVersion)
DatabaseEntry object.
p_accessionVersion - The new value for accessionVersion.getAccessionVersion()java.lang.String getAccessionVersion()
DatabaseEntry object's accessionVersion attribute.
Description of accessionVersion:
The appropriate version of the accession (if applicable).
String The value of accessionVersion.void setURI(java.lang.String p_URI)
DatabaseEntry object.
p_URI - The new value for URI.getURI()java.lang.String getURI()
DatabaseEntry object's URI attribute.
Description of URI:
The location of the record.
String The value of URI.void setDatabase(Database p_database)
DatabaseEntry object.
p_database - The new value for database.getDatabase()Database getDatabase()
DatabaseEntry object's database attribute.
gov.nih.nci.mageom.bean.Description.Database The value of database.Databasevoid setType(OntologyEntry p_type)
DatabaseEntry object.
p_type - The new value for type.getType()OntologyEntry getType()
DatabaseEntry object's type attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of type.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||