@Entity public class OntologyTerm extends Characteristic implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFINITION |
static String |
ENTITY_NAME |
static String |
ID |
static String |
ONTOLOGY |
static String |
TERMACCESSION |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
OntologyTerm() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
String |
getDefinition()
Get the (Optional) The definition of the term..
|
Collection<ObservableFeature> |
getDefinitionsObservableFeatureCollection() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Ontology |
getOntology()
Get the (Optional) The source ontology or controlled vocabulary list that ontology terms have been obtained from..
|
String |
getTermAccession()
Get the (Optional) The accession number assigned to the ontology term in its source ontology.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setDefinition(String definition)
Set the (Optional) The definition of the term..
|
void |
setDefinitionsObservableFeatureCollection(Collection<ObservableFeature> collection) |
void |
setOntology(Ontology ontology)
Set the (Optional) The source ontology or controlled vocabulary list that ontology terms have been obtained from..
|
void |
setTermAccession(String termAccession)
Set the (Optional) The accession number assigned to the ontology term in its source ontology.
|
String |
toString() |
String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String ONTOLOGY
public static final String TERMACCESSION
public static final String DEFINITION
public static final String ID
public String getEntityName()
getEntityName in class Characteristicpublic Ontology getOntology()
public void setOntology(Ontology ontology)
ontology - public String getTermAccession()
public void setTermAccession(String termAccession)
termAccession - public String getDefinition()
public void setDefinition(String definition)
definition - public Object get(String name)
get in interface Entityget in class Characteristicpublic void set(Entity entity, boolean strict)
set in interface Entityset in class Characteristicpublic String toString()
toString in class Characteristicpublic String toString(boolean verbose)
toString in class Characteristicpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Characteristicpublic Collection<ObservableFeature> getDefinitionsObservableFeatureCollection()
public void setDefinitionsObservableFeatureCollection(Collection<ObservableFeature> collection)
public Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Characteristicpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Characteristicpublic void set(String attributeName, Object value)
set in interface Entityset in class Characteristicpublic boolean equals(Object obj)
equals in class Characteristicpublic int hashCode()
hashCode in class Characteristicpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class CharacteristicCopyright © 2014. All Rights Reserved.