@Entity public class Ontology extends AbstractEntity implements Entity, Identifiable
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
IDENTIFIER |
static String |
NAME |
static String |
ONTOLOGYACCESSION |
static String |
ONTOLOGYURI |
| Constructor and Description |
|---|
Ontology() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
String |
getIdentifier()
Get the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
String |
getName()
Get the human readible name, not necessary unique..
|
String |
getOntologyAccession()
Get the A accession that uniquely identifies the ontology (typically an acronym).
|
String |
getOntologyURI()
Get the (Optional) A URI that references the location of the ontology..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use..
|
void |
setIdentifier(String identifier)
Set the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
void |
setName(String name)
Set the human readible name, not necessary unique..
|
void |
setOntologyAccession(String ontologyAccession)
Set the A accession that uniquely identifies the ontology (typically an acronym).
|
void |
setOntologyURI(String ontologyURI)
Set the (Optional) A URI that references the location of the ontology..
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, 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 ID
public static final String IDENTIFIER
public static final String NAME
public static final String ONTOLOGYACCESSION
public static final String ONTOLOGYURI
public String getEntityName()
public Integer getId()
public void setId(Integer id)
public String getIdentifier()
getIdentifier in interface Identifiablepublic void setIdentifier(String identifier)
setIdentifier in interface Identifiableidentifier - public String getName()
getName in interface Identifiablepublic void setName(String name)
setName in interface Identifiablename - public String getOntologyAccession()
public void setOntologyAccession(String ontologyAccession)
ontologyAccession - public String getOntologyURI()
public void setOntologyURI(String ontologyURI)
ontologyURI - public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.