edu.iastate.metnet.hibernate
Class ChebiComments

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

public class ChebiComments
extends AbstractChebiComments
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ChebiComments()
          Simple constructor of ChebiComments instances.
ChebiComments(java.lang.Integer id)
          Constructor of ChebiComments instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractChebiComments
equals, getCompoundId, getCreatedOn, getDatatype, getDatatypeId, getId, getText, hashCode, setCompoundId, setCreatedOn, setDatatype, setDatatypeId, setId, setText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChebiComments

public ChebiComments()
Simple constructor of ChebiComments instances.


ChebiComments

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

Parameters:
id -