edu.iastate.metnet.hibernate
Class ChebiOntology

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractChebiOntology
      extended by edu.iastate.metnet.hibernate.ChebiOntology
All Implemented Interfaces:
java.io.Serializable

public class ChebiOntology
extends AbstractChebiOntology
implements java.io.Serializable

A class that represents a row in the 'chebi_ontology' table. This class may be customized as it is never re-generated after being created.

See Also:
Serialized Form

Constructor Summary
ChebiOntology()
          Simple constructor of ChebiOntology instances.
ChebiOntology(java.lang.Integer id)
          Constructor of ChebiOntology instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractChebiOntology
equals, getId, getTitle, hashCode, setId, setTitle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChebiOntology

public ChebiOntology()
Simple constructor of ChebiOntology instances.


ChebiOntology

public ChebiOntology(java.lang.Integer id)
Constructor of ChebiOntology instances given a simple primary key.

Parameters:
id -