edu.iastate.metnet.hibernate
Class EntityPubchemName

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

public class EntityPubchemName
extends AbstractEntityPubchemName
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EntityPubchemName()
          Simple constructor of EntityPubchemName instances.
EntityPubchemName(java.lang.Integer rowid)
          Constructor of EntityPubchemName instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractEntityPubchemName
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

EntityPubchemName

public EntityPubchemName()
Simple constructor of EntityPubchemName instances.


EntityPubchemName

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

Parameters:
rowid -