|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Description
A free text description of an object.
| Method Summary | |
|---|---|
OntologyEntry[] |
getAnnotations()
Returns the value of this Description object's annotations attribute. |
BibliographicReference[] |
getBibliographicReferences()
Returns the value of this Description object's bibliographicReferences attribute. |
DatabaseEntry[] |
getDatabaseReferences()
Returns the value of this Description object's databaseReferences attribute. |
ExternalReference |
getExternalReference()
Returns the value of this Description object's externalReference attribute. |
java.lang.String |
getText()
Returns the value of this Description object's text attribute. |
java.lang.String |
getURI()
Returns the value of this Description object's URI attribute. |
void |
setAnnotations(OntologyEntry[] p_annotations)
Sets the annotations attribute. |
void |
setBibliographicReferences(BibliographicReference[] p_bibliographicReferences)
Sets the bibliographicReferences attribute. |
void |
setDatabaseReferences(DatabaseEntry[] p_databaseReferences)
Sets the databaseReferences attribute. |
void |
setExternalReference(ExternalReference p_externalReference)
Sets the externalReference attribute. |
void |
setText(java.lang.String p_text)
Sets the text attribute. |
void |
setURI(java.lang.String p_URI)
Sets the URI attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setText(java.lang.String p_text)
Description object.
p_text - The new value for text.getText()java.lang.String getText()
Description object's text attribute.
Description of text:
The description.
String The value of text.void setURI(java.lang.String p_URI)
Description object.
p_URI - The new value for URI.getURI()java.lang.String getURI()
Description object's URI attribute.
Description of URI:
A reference to the location and type of an outside resource.
String The value of URI.void setDatabaseReferences(DatabaseEntry[] p_databaseReferences)
Description object.
p_databaseReferences - The new value for databaseReferences.getDatabaseReferences()DatabaseEntry[] getDatabaseReferences()
Description object's databaseReferences attribute.
gov.nih.nci.mageom.bean.Description.DatabaseEntry[] The value of databaseReferences.DatabaseEntryvoid setBibliographicReferences(BibliographicReference[] p_bibliographicReferences)
Description object.
p_bibliographicReferences - The new value for bibliographicReferences.getBibliographicReferences()BibliographicReference[] getBibliographicReferences()
Description object's bibliographicReferences attribute.
gov.nih.nci.mageom.bean.BQS.BibliographicReference[] The value of bibliographicReferences.BibliographicReferencevoid setExternalReference(ExternalReference p_externalReference)
Description object.
p_externalReference - The new value for externalReference.getExternalReference()ExternalReference getExternalReference()
Description object's externalReference attribute.
gov.nih.nci.mageom.bean.Description.ExternalReference The value of externalReference.ExternalReferencevoid setAnnotations(OntologyEntry[] p_annotations)
Description object.
p_annotations - The new value for annotations.getAnnotations()OntologyEntry[] getAnnotations()
Description object's annotations attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry[] The value of annotations.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||