|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractTairAfgcArrayElements
public abstract class AbstractTairAfgcArrayElements
A class that represents a row in the tair_afgc_array_elements table. You can customize the
behavior of this class by editing the class, TairAfgcArrayElements(). WARNING: DO NOT
EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool
integration.
| Constructor Summary | |
|---|---|
AbstractTairAfgcArrayElements()
Simple constructor of AbstractTairAfgcArrayElements instances. |
|
AbstractTairAfgcArrayElements(java.lang.Integer recordId)
Constructor of AbstractTairAfgcArrayElements 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 |
getArrayElementName()
Return the value of the array_element_name column. |
java.lang.String |
getArrayElementType()
Return the value of the array_element_type column. |
java.lang.Double |
getAvgIntensity()
Return the value of the avg_intensity column. |
java.lang.Double |
getAvgIntensityStdErr()
Return the value of the avg_intensity_std_err column. |
java.lang.Double |
getAvgLogRatio()
Return the value of the avg_log_ratio column. |
java.lang.Double |
getAvgLogRatioStdErr()
Return the value of the avg_log_ratio_std_err column. |
java.lang.String |
getChromosome()
Return the value of the chromosome column. |
java.lang.String |
getDescription()
Return the value of the description column. |
java.lang.String |
getGenbankAccession()
Return the value of the genbank_accession column. |
java.lang.String |
getIsAmbiguous()
Return the value of the is_ambiguous column. |
java.lang.String |
getIsControl()
Return the value of the is_control column. |
java.lang.String |
getLocusId()
Return the value of the locus_id column. |
java.lang.String |
getOrganism()
Return the value of the organism column. |
java.lang.Integer |
getRecordId()
Return the simple primary key value that identifies this object. |
java.lang.String |
getStart()
Return the value of the start column. |
java.lang.String |
getStop()
Return the value of the stop column. |
java.lang.String |
getSuid()
Return the value of the suid 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 |
setArrayElementName(java.lang.String arrayElementName)
Set the value of the array_element_name column. |
void |
setArrayElementType(java.lang.String arrayElementType)
Set the value of the array_element_type column. |
void |
setAvgIntensity(java.lang.Double avgIntensity)
Set the value of the avg_intensity column. |
void |
setAvgIntensityStdErr(java.lang.Double avgIntensityStdErr)
Set the value of the avg_intensity_std_err column. |
void |
setAvgLogRatio(java.lang.Double avgLogRatio)
Set the value of the avg_log_ratio column. |
void |
setAvgLogRatioStdErr(java.lang.Double avgLogRatioStdErr)
Set the value of the avg_log_ratio_std_err column. |
void |
setChromosome(java.lang.String chromosome)
Set the value of the chromosome column. |
void |
setDescription(java.lang.String description)
Set the value of the description column. |
void |
setGenbankAccession(java.lang.String genbankAccession)
Set the value of the genbank_accession column. |
void |
setIsAmbiguous(java.lang.String isAmbiguous)
Set the value of the is_ambiguous column. |
void |
setIsControl(java.lang.String isControl)
Set the value of the is_control column. |
void |
setLocusId(java.lang.String locusId)
Set the value of the locus_id column. |
void |
setOrganism(java.lang.String organism)
Set the value of the organism column. |
void |
setRecordId(java.lang.Integer recordId)
Set the simple primary key value that identifies this object. |
void |
setStart(java.lang.String start)
Set the value of the start column. |
void |
setStop(java.lang.String stop)
Set the value of the stop column. |
void |
setSuid(java.lang.String suid)
Set the value of the suid column. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTairAfgcArrayElements()
public AbstractTairAfgcArrayElements(java.lang.Integer recordId)
recordId - | Method Detail |
|---|
public java.lang.Integer getRecordId()
public void setRecordId(java.lang.Integer recordId)
recordId - public java.lang.String getSuid()
public void setSuid(java.lang.String suid)
suid - public java.lang.String getArrayElementName()
public void setArrayElementName(java.lang.String arrayElementName)
arrayElementName - public java.lang.String getGenbankAccession()
public void setGenbankAccession(java.lang.String genbankAccession)
genbankAccession - public java.lang.String getArrayElementType()
public void setArrayElementType(java.lang.String arrayElementType)
arrayElementType - public java.lang.String getOrganism()
public void setOrganism(java.lang.String organism)
organism - public java.lang.String getIsControl()
public void setIsControl(java.lang.String isControl)
isControl - public java.lang.String getLocusId()
public void setLocusId(java.lang.String locusId)
locusId - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getIsAmbiguous()
public void setIsAmbiguous(java.lang.String isAmbiguous)
isAmbiguous - public java.lang.String getChromosome()
public void setChromosome(java.lang.String chromosome)
chromosome - public java.lang.String getStart()
public void setStart(java.lang.String start)
start - public java.lang.String getStop()
public void setStop(java.lang.String stop)
stop - public java.lang.Double getAvgIntensity()
public void setAvgIntensity(java.lang.Double avgIntensity)
avgIntensity - public java.lang.Double getAvgIntensityStdErr()
public void setAvgIntensityStdErr(java.lang.Double avgIntensityStdErr)
avgIntensityStdErr - public java.lang.Double getAvgLogRatio()
public void setAvgLogRatio(java.lang.Double avgLogRatio)
avgLogRatio - public java.lang.Double getAvgLogRatioStdErr()
public void setAvgLogRatioStdErr(java.lang.Double avgLogRatioStdErr)
avgLogRatioStdErr - 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 | |||||||||