edu.iastate.metnet.hibernate
Class ChebiChemicalData

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

public class ChebiChemicalData
extends AbstractChebiChemicalData
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ChebiChemicalData()
          Simple constructor of ChebiChemicalData instances.
ChebiChemicalData(java.lang.Integer id)
          Constructor of ChebiChemicalData instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractChebiChemicalData
equals, getCompoundId, getFormula, getId, getSource, hashCode, setCompoundId, setFormula, setId, setSource
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChebiChemicalData

public ChebiChemicalData()
Simple constructor of ChebiChemicalData instances.


ChebiChemicalData

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

Parameters:
id -