edu.iastate.metnet.hibernate
Class AbstractTairTargetpAnalysis

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

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

A class that represents a row in the tair_targetp_analysis table. You can customize the behavior of this class by editing the class, TairTargetpAnalysis(). 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
AbstractTairTargetpAnalysis()
          Simple constructor of AbstractTairTargetpAnalysis instances.
AbstractTairTargetpAnalysis(java.lang.Integer recordId)
          Constructor of AbstractTairTargetpAnalysis 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.Double getChloroplastTransitPeptideScore()
          Return the value of the chloroplast_transit_peptide_score column.
 java.lang.String getLocusId()
          Return the value of the locus_id column.
 java.lang.Double getMitochondrialTargetingPeptideScore()
          Return the value of the mitochondrial_targeting_peptide_score column.
 java.lang.Double getOtherScore()
          Return the value of the other_score column.
 java.lang.Integer getRecordId()
          Return the simple primary key value that identifies this object.
 java.lang.Double getSignalPeptideScore()
          Return the value of the signal_peptide_score column.
 java.lang.String getTargetLocation()
          Return the value of the target_location column.
 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 setChloroplastTransitPeptideScore(java.lang.Double chloroplastTransitPeptideScore)
          Set the value of the chloroplast_transit_peptide_score column.
 void setLocusId(java.lang.String locusId)
          Set the value of the locus_id column.
 void setMitochondrialTargetingPeptideScore(java.lang.Double mitochondrialTargetingPeptideScore)
          Set the value of the mitochondrial_targeting_peptide_score column.
 void setOtherScore(java.lang.Double otherScore)
          Set the value of the other_score column.
 void setRecordId(java.lang.Integer recordId)
          Set the simple primary key value that identifies this object.
 void setSignalPeptideScore(java.lang.Double signalPeptideScore)
          Set the value of the signal_peptide_score column.
 void setTargetLocation(java.lang.String targetLocation)
          Set the value of the target_location column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTairTargetpAnalysis

public AbstractTairTargetpAnalysis()
Simple constructor of AbstractTairTargetpAnalysis instances.


AbstractTairTargetpAnalysis

public AbstractTairTargetpAnalysis(java.lang.Integer recordId)
Constructor of AbstractTairTargetpAnalysis 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 -

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 -

getTargetLocation

public java.lang.String getTargetLocation()
Return the value of the target_location column.

Returns:
java.lang.String

setTargetLocation

public void setTargetLocation(java.lang.String targetLocation)
Set the value of the target_location column.

Parameters:
targetLocation -

getChloroplastTransitPeptideScore

public java.lang.Double getChloroplastTransitPeptideScore()
Return the value of the chloroplast_transit_peptide_score column.

Returns:
java.lang.Double

setChloroplastTransitPeptideScore

public void setChloroplastTransitPeptideScore(java.lang.Double chloroplastTransitPeptideScore)
Set the value of the chloroplast_transit_peptide_score column.

Parameters:
chloroplastTransitPeptideScore -

getMitochondrialTargetingPeptideScore

public java.lang.Double getMitochondrialTargetingPeptideScore()
Return the value of the mitochondrial_targeting_peptide_score column.

Returns:
java.lang.Double

setMitochondrialTargetingPeptideScore

public void setMitochondrialTargetingPeptideScore(java.lang.Double mitochondrialTargetingPeptideScore)
Set the value of the mitochondrial_targeting_peptide_score column.

Parameters:
mitochondrialTargetingPeptideScore -

getSignalPeptideScore

public java.lang.Double getSignalPeptideScore()
Return the value of the signal_peptide_score column.

Returns:
java.lang.Double

setSignalPeptideScore

public void setSignalPeptideScore(java.lang.Double signalPeptideScore)
Set the value of the signal_peptide_score column.

Parameters:
signalPeptideScore -

getOtherScore

public java.lang.Double getOtherScore()
Return the value of the other_score column.

Returns:
java.lang.Double

setOtherScore

public void setOtherScore(java.lang.Double otherScore)
Set the value of the other_score column.

Parameters:
otherScore -

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