edu.iastate.metnet.dao
Class SoybeanHomology

java.lang.Object
  extended by edu.iastate.metnet.dao.SoybeanHomology
All Implemented Interfaces:
java.io.Serializable

public class SoybeanHomology
extends java.lang.Object
implements java.io.Serializable

store the soybean homology information

Author:
Jie Li
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String athLocus
          ath locus
(package private)  java.lang.String eValue
          blast evalue
(package private)  java.lang.String functionCategory
          function category
(package private)  java.lang.String genebankAccess
          genebank access
(package private)  java.lang.String geneFamily
          gene family
(package private)  java.lang.Integer recordId
          record id, for internal usage
(package private)  java.lang.String soybeanProbeId
          soybean probe ID
(package private)  java.lang.String subFamily
          sub family
 
Constructor Summary
SoybeanHomology()
          default constructor
SoybeanHomology(java.lang.Integer recordId)
          default constructor
 
Method Summary
 java.lang.String getAthLocus()
           
 java.lang.String getEValue()
           
 java.lang.String getFunctionCategory()
           
 java.lang.String getGenebankAccess()
           
 java.lang.String getGeneFamily()
           
 java.lang.Integer getRecordId()
           
 java.lang.String getSoybeanProbeId()
           
 java.lang.String getSubFamily()
           
 void setAthLocus(java.lang.String athLocus)
           
 void setEValue(java.lang.String value)
           
 void setFunctionCategory(java.lang.String functionCategory)
           
 void setGenebankAccess(java.lang.String genebankAccess)
           
 void setGeneFamily(java.lang.String geneFamily)
           
 void setRecordId(java.lang.Integer recordId)
           
 void setSoybeanProbeId(java.lang.String soybeanProbeId)
           
 void setSubFamily(java.lang.String subFamily)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recordId

java.lang.Integer recordId
record id, for internal usage


soybeanProbeId

java.lang.String soybeanProbeId
soybean probe ID


genebankAccess

java.lang.String genebankAccess
genebank access


athLocus

java.lang.String athLocus
ath locus


eValue

java.lang.String eValue
blast evalue


functionCategory

java.lang.String functionCategory
function category


subFamily

java.lang.String subFamily
sub family


geneFamily

java.lang.String geneFamily
gene family

Constructor Detail

SoybeanHomology

public SoybeanHomology()
default constructor


SoybeanHomology

public SoybeanHomology(java.lang.Integer recordId)
default constructor

Parameters:
recordId - the record id, for internal usage
Method Detail

getAthLocus

public java.lang.String getAthLocus()
Returns:
the athLocus

setAthLocus

public void setAthLocus(java.lang.String athLocus)
Parameters:
athLocus - the athLocus to set

getEValue

public java.lang.String getEValue()
Returns:
the eValue

setEValue

public void setEValue(java.lang.String value)
Parameters:
value - the eValue to set

getFunctionCategory

public java.lang.String getFunctionCategory()
Returns:
the functionCategory

setFunctionCategory

public void setFunctionCategory(java.lang.String functionCategory)
Parameters:
functionCategory - the functionCategory to set

getGenebankAccess

public java.lang.String getGenebankAccess()
Returns:
the genebankAccess

setGenebankAccess

public void setGenebankAccess(java.lang.String genebankAccess)
Parameters:
genebankAccess - the genebankAccess to set

getGeneFamily

public java.lang.String getGeneFamily()
Returns:
the geneFamily

setGeneFamily

public void setGeneFamily(java.lang.String geneFamily)
Parameters:
geneFamily - the geneFamily to set

getRecordId

public java.lang.Integer getRecordId()
Returns:
the recordId

setRecordId

public void setRecordId(java.lang.Integer recordId)
Parameters:
recordId - the recordId to set

getSoybeanProbeId

public java.lang.String getSoybeanProbeId()
Returns:
the soybeanProbeId

setSoybeanProbeId

public void setSoybeanProbeId(java.lang.String soybeanProbeId)
Parameters:
soybeanProbeId - the soybeanProbeId to set

getSubFamily

public java.lang.String getSubFamily()
Returns:
the subFamily

setSubFamily

public void setSubFamily(java.lang.String subFamily)
Parameters:
subFamily - the subFamily to set