edu.iastate.metnet.hibernate
Class AbstractTairAracycDump

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractTairAracycDump
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TairAracycDump

public abstract class AbstractTairAracycDump
extends java.lang.Object
implements java.io.Serializable

A class that represents a row in the tair_aracyc_dump table. You can customize the behavior of this class by editing the class, TairAracycDump(). WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.

See Also:
Serialized Form

Constructor Summary
AbstractTairAracycDump()
          Simple constructor of AbstractTairAracycDump instances.
AbstractTairAracycDump(java.lang.Integer recordId)
          Constructor of AbstractTairAracycDump instances given a simple primary key.
 
Method Summary
 boolean equals(java.lang.Object rhs)
          Implementation of the equals comparison on the basis of equality of the primary key values.
 java.lang.String getEnzymeName()
          Return the value of the enzyme_name column.
 java.lang.String getLocusId()
          Return the value of the locus_id column.
 java.lang.String getPathwayName()
          Return the value of the pathway_name column.
 java.lang.String getReactionName()
          Return the value of the reaction_name column.
 java.lang.Integer getRecordId()
          Return the simple primary key value that identifies this object.
 int hashCode()
          Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).
 void setEnzymeName(java.lang.String enzymeName)
          Set the value of the enzyme_name column.
 void setLocusId(java.lang.String locusId)
          Set the value of the locus_id column.
 void setPathwayName(java.lang.String pathwayName)
          Set the value of the pathway_name column.
 void setReactionName(java.lang.String reactionName)
          Set the value of the reaction_name column.
 void setRecordId(java.lang.Integer recordId)
          Set the simple primary key value that identifies this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTairAracycDump

public AbstractTairAracycDump()
Simple constructor of AbstractTairAracycDump instances.


AbstractTairAracycDump

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

Parameters:
recordId -
Method Detail

getRecordId

public java.lang.Integer getRecordId()
Return the simple primary key value that identifies this object.

Returns:
java.lang.Integer

setRecordId

public void setRecordId(java.lang.Integer recordId)
Set the simple primary key value that identifies this object.

Parameters:
recordId -

getPathwayName

public java.lang.String getPathwayName()
Return the value of the pathway_name column.

Returns:
java.lang.String

setPathwayName

public void setPathwayName(java.lang.String pathwayName)
Set the value of the pathway_name column.

Parameters:
pathwayName -

getReactionName

public java.lang.String getReactionName()
Return the value of the reaction_name column.

Returns:
java.lang.String

setReactionName

public void setReactionName(java.lang.String reactionName)
Set the value of the reaction_name column.

Parameters:
reactionName -

getEnzymeName

public java.lang.String getEnzymeName()
Return the value of the enzyme_name column.

Returns:
java.lang.String

setEnzymeName

public void setEnzymeName(java.lang.String enzymeName)
Set the value of the enzyme_name column.

Parameters:
enzymeName -

getLocusId

public java.lang.String getLocusId()
Return the value of the locus_id column.

Returns:
java.lang.String

setLocusId

public void setLocusId(java.lang.String locusId)
Set the value of the locus_id column.

Parameters:
locusId -

equals

public boolean equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values.

Overrides:
equals in class java.lang.Object
Parameters:
rhs -
Returns:
boolean

hashCode

public int hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).

Overrides:
hashCode in class java.lang.Object
Returns:
int