edu.iastate.metnet.hibernate
Class AbstractTairAffy8kArrayElements

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

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

A class that represents a row in the tair_affy8k_array_elements table. You can customize the behavior of this class by editing the class, TairAffy8kArrayElements(). 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
AbstractTairAffy8kArrayElements()
          Simple constructor of AbstractTairAffy8kArrayElements instances.
AbstractTairAffy8kArrayElements(java.lang.Integer recordId)
          Constructor of AbstractTairAffy8kArrayElements 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.String getChromosome()
          Return the value of the chromosome column.
 java.lang.String getDescription()
          Return the value of the description 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.
 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 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 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTairAffy8kArrayElements

public AbstractTairAffy8kArrayElements()
Simple constructor of AbstractTairAffy8kArrayElements instances.


AbstractTairAffy8kArrayElements

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

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 -

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 -

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