edu.iastate.metnet.hibernate
Class ChebiReference

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

public class ChebiReference
extends AbstractChebiReference
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ChebiReference()
          Simple constructor of ChebiReference instances.
ChebiReference(java.lang.Integer id)
          Constructor of ChebiReference instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractChebiReference
equals, getCompoundId, getId, getLocationInRef, getReferenceDbName, getReferenceId, hashCode, setCompoundId, setId, setLocationInRef, setReferenceDbName, setReferenceId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChebiReference

public ChebiReference()
Simple constructor of ChebiReference instances.


ChebiReference

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

Parameters:
id -