org.thalia.bio.entity.bean
Class OntologyTermBean

java.lang.Object
  extended by org.thalia.bio.entity.bean.BioEntityBean
      extended by org.thalia.bio.entity.bean.OntologyTermBean

public class OntologyTermBean
extends BioEntityBean


Field Summary
 java.util.ArrayList children
          The children of the term.
 long id
          The id of the term.
 boolean virtual
          The virual status of the term.
 
Fields inherited from class org.thalia.bio.entity.bean.BioEntityBean
name, properties
 
Constructor Summary
OntologyTermBean()
           
 
Method Summary
 
Methods inherited from class org.thalia.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

id

public long id
The id of the term.


virtual

public boolean virtual
The virual status of the term.


children

public java.util.ArrayList children
The children of the term.

Constructor Detail

OntologyTermBean

public OntologyTermBean()