edu.iastate.metnet.hibernate
Class EntityPubchem

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

public class EntityPubchem
extends AbstractEntityPubchem
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EntityPubchem()
          Simple constructor of EntityPubchem instances.
EntityPubchem(java.lang.Integer rowid)
          Constructor of EntityPubchem instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractEntityPubchem
equals, getEntityid, getPubchemid, getRowid, hashCode, setEntityid, setPubchemid, setRowid
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPubchem

public EntityPubchem()
Simple constructor of EntityPubchem instances.


EntityPubchem

public EntityPubchem(java.lang.Integer rowid)
Constructor of EntityPubchem instances given a simple primary key.

Parameters:
rowid -