edu.iastate.metnet.hibernate
Class TairSequencedGenes

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

public class TairSequencedGenes
extends AbstractTairSequencedGenes
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TairSequencedGenes()
          Simple constructor of TairSequencedGenes instances.
TairSequencedGenes(java.lang.Integer recordId)
          Constructor of TairSequencedGenes instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractTairSequencedGenes
equals, getChromosome, getDescription, getGeneName, getLocusId, getRecordId, hashCode, setChromosome, setDescription, setGeneName, setLocusId, setRecordId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TairSequencedGenes

public TairSequencedGenes()
Simple constructor of TairSequencedGenes instances.


TairSequencedGenes

public TairSequencedGenes(java.lang.Integer recordId)
Constructor of TairSequencedGenes instances given a simple primary key.

Parameters:
recordId -