edu.iastate.metnet.hibernate
Class EntityOntology

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

public class EntityOntology
extends AbstractEntityOntology
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

EntityOntology

public EntityOntology()
Simple constructor of EntityOntology instances.


EntityOntology

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

Parameters:
rowid -