|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractTairTargetpAnalysis
public abstract class AbstractTairTargetpAnalysis
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.
| 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 |
|---|
public AbstractTairTargetpAnalysis()
public AbstractTairTargetpAnalysis(java.lang.Integer recordId)
recordId - | Method Detail |
|---|
public java.lang.Integer getRecordId()
public void setRecordId(java.lang.Integer recordId)
recordId - public java.lang.String getLocusId()
public void setLocusId(java.lang.String locusId)
locusId - public java.lang.String getTargetLocation()
public void setTargetLocation(java.lang.String targetLocation)
targetLocation - public java.lang.Double getChloroplastTransitPeptideScore()
public void setChloroplastTransitPeptideScore(java.lang.Double chloroplastTransitPeptideScore)
chloroplastTransitPeptideScore - public java.lang.Double getMitochondrialTargetingPeptideScore()
public void setMitochondrialTargetingPeptideScore(java.lang.Double mitochondrialTargetingPeptideScore)
mitochondrialTargetingPeptideScore - public java.lang.Double getSignalPeptideScore()
public void setSignalPeptideScore(java.lang.Double signalPeptideScore)
signalPeptideScore - public java.lang.Double getOtherScore()
public void setOtherScore(java.lang.Double otherScore)
otherScore - public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectrhs -
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||