edu.iastate.metnet.hibernate
Class AbstractTairAfgcArrayElements

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

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

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.

See Also:
Serialized Form

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

AbstractTairAfgcArrayElements

public AbstractTairAfgcArrayElements()
Simple constructor of AbstractTairAfgcArrayElements instances.


AbstractTairAfgcArrayElements

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

getSuid

public java.lang.String getSuid()
Return the value of the suid column.

Returns:
java.lang.String

setSuid

public void setSuid(java.lang.String suid)
Set the value of the suid column.

Parameters:
suid -

getArrayElementName

public java.lang.String getArrayElementName()
Return the value of the array_element_name column.

Returns:
java.lang.String

setArrayElementName

public void setArrayElementName(java.lang.String arrayElementName)
Set the value of the array_element_name column.

Parameters:
arrayElementName -

getGenbankAccession

public java.lang.String getGenbankAccession()
Return the value of the genbank_accession column.

Returns:
java.lang.String

setGenbankAccession

public void setGenbankAccession(java.lang.String genbankAccession)
Set the value of the genbank_accession column.

Parameters:
genbankAccession -

getArrayElementType

public java.lang.String getArrayElementType()
Return the value of the array_element_type column.

Returns:
java.lang.String

setArrayElementType

public void setArrayElementType(java.lang.String arrayElementType)
Set the value of the array_element_type column.

Parameters:
arrayElementType -

getOrganism

public java.lang.String getOrganism()
Return the value of the organism column.

Returns:
java.lang.String

setOrganism

public void setOrganism(java.lang.String organism)
Set the value of the organism column.

Parameters:
organism -

getIsControl

public java.lang.String getIsControl()
Return the value of the is_control column.

Returns:
java.lang.String

setIsControl

public void setIsControl(java.lang.String isControl)
Set the value of the is_control column.

Parameters:
isControl -

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 -

getDescription

public java.lang.String getDescription()
Return the value of the description column.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String description)
Set the value of the description column.

Parameters:
description -

getIsAmbiguous

public java.lang.String getIsAmbiguous()
Return the value of the is_ambiguous column.

Returns:
java.lang.String

setIsAmbiguous

public void setIsAmbiguous(java.lang.String isAmbiguous)
Set the value of the is_ambiguous column.

Parameters:
isAmbiguous -

getChromosome

public java.lang.String getChromosome()
Return the value of the chromosome column.

Returns:
java.lang.String

setChromosome

public void setChromosome(java.lang.String chromosome)
Set the value of the chromosome column.

Parameters:
chromosome -

getStart

public java.lang.String getStart()
Return the value of the start column.

Returns:
java.lang.String

setStart

public void setStart(java.lang.String start)
Set the value of the start column.

Parameters:
start -

getStop

public java.lang.String getStop()
Return the value of the stop column.

Returns:
java.lang.String

setStop

public void setStop(java.lang.String stop)
Set the value of the stop column.

Parameters:
stop -

getAvgIntensity

public java.lang.Double getAvgIntensity()
Return the value of the avg_intensity column.

Returns:
java.lang.Double

setAvgIntensity

public void setAvgIntensity(java.lang.Double avgIntensity)
Set the value of the avg_intensity column.

Parameters:
avgIntensity -

getAvgIntensityStdErr

public java.lang.Double getAvgIntensityStdErr()
Return the value of the avg_intensity_std_err column.

Returns:
java.lang.Double

setAvgIntensityStdErr

public void setAvgIntensityStdErr(java.lang.Double avgIntensityStdErr)
Set the value of the avg_intensity_std_err column.

Parameters:
avgIntensityStdErr -

getAvgLogRatio

public java.lang.Double getAvgLogRatio()
Return the value of the avg_log_ratio column.

Returns:
java.lang.Double

setAvgLogRatio

public void setAvgLogRatio(java.lang.Double avgLogRatio)
Set the value of the avg_log_ratio column.

Parameters:
avgLogRatio -

getAvgLogRatioStdErr

public java.lang.Double getAvgLogRatioStdErr()
Return the value of the avg_log_ratio_std_err column.

Returns:
java.lang.Double

setAvgLogRatioStdErr

public void setAvgLogRatioStdErr(java.lang.Double avgLogRatioStdErr)
Set the value of the avg_log_ratio_std_err column.

Parameters:
avgLogRatioStdErr -

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