edu.iastate.metnet.hibernate
Class ChebiNames

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

public class ChebiNames
extends AbstractChebiNames
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

ChebiNames

public ChebiNames()
Simple constructor of ChebiNames instances.


ChebiNames

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

Parameters:
id -