edu.jhu.tmaj.beans
Class CellLineExperimentBean

java.lang.Object
  extended by edu.jhu.tmaj.beans.JBean
      extended by edu.jhu.tmaj.beans.CellLineExperimentBean
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class CellLineExperimentBean
extends JBean
implements java.io.Serializable

Represents the CellLineExperiments table. A cell line experiment is an experiment done using a particular cell line.

See Also:
Serialized Form

Field Summary
static DatabaseField CELL_LINE_ID_FIELD
           
static DatabaseField CONFLUENCE_FIELD
           
static DatabaseField DATE_CELLS_ISOLATED_FIELD
           
static DatabaseField EXPERIMENT_NUMBER_FIELD
           
static DatabaseField FIXATION_TIME_IN_HOURS_FIELD
           
static DatabaseField FIXATION_TYPE_ID_FIELD
           
static DatabaseField GROWTH_MEDIA_THIS_EXPERIMENT_FIELD
           
static DatabaseField HOST_ANIMAL_STRAIN_ID_FIELD
           
static DatabaseField HOST_ANIMAL_TYPE_ID_FIELD
           
static DatabaseField ID_FIELD
           
static DatabaseField INPUT_FIELD
           
static DatabaseField IS_XENOGRAFT_FIELD
           
static DatabaseField LAB_OBTAINED_FIELD
           
static DatabaseField NOTES_FIELD
           
static DatabaseField PASSAGE_NUMBER_FIELD
           
static DatabaseField PERSON_OBTAINED_FROM_FIELD
           
static DatabaseField SPECIMEN_ID_FIELD
           
static DatabaseField TREATMENT_FIELD
           
static DatabaseField XENOGRAFT_TIME_IN_HOST_FIELD
           
 
Fields inherited from class edu.jhu.tmaj.beans.JBean
staticMetaData
 
Constructor Summary
CellLineExperimentBean(StaticMetaData staticMetaData)
           
 
Method Summary
 java.lang.Integer getCellLineID()
           
 java.lang.String getExperimentNumber()
           
 DatabaseField[] getFieldsArray()
          Returns an Array of TFields representing the columnnames of this bean.
 java.lang.Integer getFixationTypeID()
           
 JBean getNewInstance()
          Returns a new instance of this bean.
 DatabaseTable getTable()
           
 java.lang.String getTreatment()
           
 
Methods inherited from class edu.jhu.tmaj.beans.JBean
compareTo, createFromResultSet, createFromSwingMap, delete, equals, getAllStaticColumnIdentifiers, getBaseSQL, getBeanInDatabase, getBeanList, getBeanList, getBooleanField, getClassForType, getColumnIdentifiers, getColumnNamesSet, getDateField, getDefaultBeanObjectForType, getDefaultSwingObjectForType, getDoubleField, getEnumerations, getFieldValue, getID_Bean_Map, getID, getIntegerField, getNonNullString, getPrimaryKeyField, getPrimaryKeyName, getSelectResponse, getSQL, getStaticMetaData, getStringField, getSwingHash, getSwingToBeanObject, getTableName, getUserBean, getWantedColumnsString, getWantedStaticColumnIdentifiers, getWhereClause, hashCode, insert, isEnumerated, setBooleanField, setDateField, setDoubleField, setID, setIntegerField, setStringField, setUserBean, toString, update, verify
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID_FIELD

public static final DatabaseField ID_FIELD

CELL_LINE_ID_FIELD

public static final DatabaseField CELL_LINE_ID_FIELD

EXPERIMENT_NUMBER_FIELD

public static final DatabaseField EXPERIMENT_NUMBER_FIELD

IS_XENOGRAFT_FIELD

public static final DatabaseField IS_XENOGRAFT_FIELD

LAB_OBTAINED_FIELD

public static final DatabaseField LAB_OBTAINED_FIELD

PERSON_OBTAINED_FROM_FIELD

public static final DatabaseField PERSON_OBTAINED_FROM_FIELD

PASSAGE_NUMBER_FIELD

public static final DatabaseField PASSAGE_NUMBER_FIELD

GROWTH_MEDIA_THIS_EXPERIMENT_FIELD

public static final DatabaseField GROWTH_MEDIA_THIS_EXPERIMENT_FIELD

CONFLUENCE_FIELD

public static final DatabaseField CONFLUENCE_FIELD

FIXATION_TYPE_ID_FIELD

public static final DatabaseField FIXATION_TYPE_ID_FIELD

FIXATION_TIME_IN_HOURS_FIELD

public static final DatabaseField FIXATION_TIME_IN_HOURS_FIELD

TREATMENT_FIELD

public static final DatabaseField TREATMENT_FIELD

HOST_ANIMAL_TYPE_ID_FIELD

public static final DatabaseField HOST_ANIMAL_TYPE_ID_FIELD

HOST_ANIMAL_STRAIN_ID_FIELD

public static final DatabaseField HOST_ANIMAL_STRAIN_ID_FIELD

SPECIMEN_ID_FIELD

public static final DatabaseField SPECIMEN_ID_FIELD

DATE_CELLS_ISOLATED_FIELD

public static final DatabaseField DATE_CELLS_ISOLATED_FIELD

XENOGRAFT_TIME_IN_HOST_FIELD

public static final DatabaseField XENOGRAFT_TIME_IN_HOST_FIELD

NOTES_FIELD

public static final DatabaseField NOTES_FIELD

INPUT_FIELD

public static final DatabaseField INPUT_FIELD
Constructor Detail

CellLineExperimentBean

public CellLineExperimentBean(StaticMetaData staticMetaData)
Method Detail

getCellLineID

public java.lang.Integer getCellLineID()

getFixationTypeID

public java.lang.Integer getFixationTypeID()

getTreatment

public java.lang.String getTreatment()

getExperimentNumber

public java.lang.String getExperimentNumber()

getFieldsArray

public final DatabaseField[] getFieldsArray()
Description copied from class: JBean
Returns an Array of TFields representing the columnnames of this bean.

Specified by:
getFieldsArray in class JBean

getTable

public DatabaseTable getTable()
Specified by:
getTable in class JBean

getNewInstance

public JBean getNewInstance()
Description copied from class: JBean
Returns a new instance of this bean.

Specified by:
getNewInstance in class JBean