edu.iastate.metnet.hibernate
Class ChebiCompounds

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

public class ChebiCompounds
extends AbstractChebiCompounds
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ChebiCompounds()
          Simple constructor of ChebiCompounds instances.
ChebiCompounds(java.lang.Integer id)
          Constructor of ChebiCompounds instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractChebiCompounds
equals, getChebiAccession, getDefinition, getId, getName, getParentId, getSource, getStatus, hashCode, setChebiAccession, setDefinition, setId, setName, setParentId, setSource, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChebiCompounds

public ChebiCompounds()
Simple constructor of ChebiCompounds instances.


ChebiCompounds

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

Parameters:
id -