org.metaqtl.bio.entity.bean
Class OntologyBean

java.lang.Object
  extended by org.metaqtl.bio.entity.bean.BioEntityBean
      extended by org.metaqtl.bio.entity.bean.OntologyBean

public class OntologyBean
extends BioEntityBean


Field Summary
 java.lang.String function
          The function of the ontology.
 OntologyTermBean root
          The root of the ontology.
 
Fields inherited from class org.metaqtl.bio.entity.bean.BioEntityBean
name, properties
 
Constructor Summary
OntologyBean()
           
 
Method Summary
 
Methods inherited from class org.metaqtl.bio.entity.bean.BioEntityBean
getName, getProperties, setName, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

function

public java.lang.String function
The function of the ontology.


root

public OntologyTermBean root
The root of the ontology.

Constructor Detail

OntologyBean

public OntologyBean()