|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OntologyEntry
A single entry from an ontology or a controlled vocabulary. For instance, category could be 'species name', value could be 'homo sapiens' and ontology would be taxonomy database, NCBI.
| Method Summary | |
|---|---|
OntologyEntry[] |
getAssociations()
Returns the value of this OntologyEntry object's associations attribute. |
java.lang.String |
getCategory()
Returns the value of this OntologyEntry object's category attribute. |
java.lang.String |
getDescription()
Returns the value of this OntologyEntry object's description attribute. |
DatabaseEntry |
getOntologyReference()
Returns the value of this OntologyEntry object's ontologyReference attribute. |
java.lang.String |
getValue()
Returns the value of this OntologyEntry object's value attribute. |
void |
setAssociations(OntologyEntry[] p_associations)
Sets the associations attribute. |
void |
setCategory(java.lang.String p_category)
Sets the category attribute. |
void |
setDescription(java.lang.String p_description)
Sets the description attribute. |
void |
setOntologyReference(DatabaseEntry p_ontologyReference)
Sets the ontologyReference attribute. |
void |
setValue(java.lang.String p_value)
Sets the value attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setCategory(java.lang.String p_category)
OntologyEntry object.
p_category - The new value for category.getCategory()java.lang.String getCategory()
OntologyEntry object's category attribute.
Description of category:
The category to which this entry belongs.
String The value of category.void setValue(java.lang.String p_value)
OntologyEntry object.
p_value - The new value for value.getValue()java.lang.String getValue()
OntologyEntry object's value attribute.
Description of value:
The value for this entry in this category.
String The value of value.void setDescription(java.lang.String p_description)
OntologyEntry object.
p_description - The new value for description.getDescription()java.lang.String getDescription()
OntologyEntry object's description attribute.
Description of description:
The description of the meaning for this entry.
String The value of description.void setOntologyReference(DatabaseEntry p_ontologyReference)
OntologyEntry object.
p_ontologyReference - The new value for ontologyReference.getOntologyReference()DatabaseEntry getOntologyReference()
OntologyEntry object's ontologyReference attribute.
gov.nih.nci.mageom.bean.Description.DatabaseEntry The value of ontologyReference.DatabaseEntryvoid setAssociations(OntologyEntry[] p_associations)
OntologyEntry object.
p_associations - The new value for associations.getAssociations()OntologyEntry[] getAssociations()
OntologyEntry object's associations attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry[] The value of associations.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||