edu.iastate.metnet.hibernate
Class ChebiVertices

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

public class ChebiVertices
extends AbstractChebiVertices
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ChebiVertices()
          Simple constructor of ChebiVertices instances.
ChebiVertices(java.lang.Integer id)
          Constructor of ChebiVertices instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractChebiVertices
equals, getCompoundChildId, getId, getOntologyId, getVerticeRef, hashCode, setCompoundChildId, setId, setOntologyId, setVerticeRef
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChebiVertices

public ChebiVertices()
Simple constructor of ChebiVertices instances.


ChebiVertices

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

Parameters:
id -