edu.jhu.tmaj.beans
Class CellLineBean

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

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

Represents the CellLines table.

See Also:
Serialized Form

Field Summary
static DatabaseField AGE_FIELD
           
static DatabaseField ATCC_NUMBER_FIELD
           
static DatabaseField CELL_LINE_MAKER_FIELD
           
static DatabaseField CELL_LINE_NAME_FIELD
           
static DatabaseField DATE_RECEIVED_FIELD
           
static DatabaseField DISEASE_ID_FIELD
           
static DatabaseField ETHNICITY_FIELD
           
static DatabaseField EXPERIMENT_NUMBER_FIELD
           
static DatabaseField GENDER_FIELD
           
static DatabaseField GENETIC_MODIFICATIONS_FIELD
           
static DatabaseField ID_FIELD
           
static DatabaseField INPUTLOG_FIELD
           
static DatabaseField NOTES_FIELD
           
static DatabaseField ORGAN_ID_FIELD
           
static DatabaseField PREFERRED_GROWTH_MEDIA_FIELD
           
static DatabaseField RECEIVER_ID_FIELD
           
static DatabaseField SPECIES_ID_FIELD
           
static DatabaseField SPECIMENID_FIELD
           
static DatabaseField STRAIN_ID_FIELD
           
static DatabaseField SUPPLIER_FIELD
           
static DatabaseField TUMORIGENIC_FIELD
           
 
Fields inherited from class edu.jhu.tmaj.beans.JBean
staticMetaData
 
Constructor Summary
CellLineBean(StaticMetaData staticMetaData)
           
 
Method Summary
 java.lang.String getCellLineName()
           
 DatabaseField[] getFieldsArray()
          Returns an Array of TFields representing the columnnames of this bean.
 JBean getNewInstance()
          Returns a new instance of this bean.
 java.lang.Integer getOrganID()
           
 DatabaseTable getTable()
           
 
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_NAME_FIELD

public static final DatabaseField CELL_LINE_NAME_FIELD

SUPPLIER_FIELD

public static final DatabaseField SUPPLIER_FIELD

RECEIVER_ID_FIELD

public static final DatabaseField RECEIVER_ID_FIELD

DATE_RECEIVED_FIELD

public static final DatabaseField DATE_RECEIVED_FIELD

SPECIES_ID_FIELD

public static final DatabaseField SPECIES_ID_FIELD

ORGAN_ID_FIELD

public static final DatabaseField ORGAN_ID_FIELD

DISEASE_ID_FIELD

public static final DatabaseField DISEASE_ID_FIELD

STRAIN_ID_FIELD

public static final DatabaseField STRAIN_ID_FIELD

CELL_LINE_MAKER_FIELD

public static final DatabaseField CELL_LINE_MAKER_FIELD

EXPERIMENT_NUMBER_FIELD

public static final DatabaseField EXPERIMENT_NUMBER_FIELD

ATCC_NUMBER_FIELD

public static final DatabaseField ATCC_NUMBER_FIELD

AGE_FIELD

public static final DatabaseField AGE_FIELD

GENDER_FIELD

public static final DatabaseField GENDER_FIELD

ETHNICITY_FIELD

public static final DatabaseField ETHNICITY_FIELD

PREFERRED_GROWTH_MEDIA_FIELD

public static final DatabaseField PREFERRED_GROWTH_MEDIA_FIELD

TUMORIGENIC_FIELD

public static final DatabaseField TUMORIGENIC_FIELD

GENETIC_MODIFICATIONS_FIELD

public static final DatabaseField GENETIC_MODIFICATIONS_FIELD

SPECIMENID_FIELD

public static final DatabaseField SPECIMENID_FIELD

NOTES_FIELD

public static final DatabaseField NOTES_FIELD

INPUTLOG_FIELD

public static final DatabaseField INPUTLOG_FIELD
Constructor Detail

CellLineBean

public CellLineBean(StaticMetaData staticMetaData)
Method Detail

getCellLineName

public java.lang.String getCellLineName()

getOrganID

public java.lang.Integer getOrganID()

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

getFieldsArray

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

Specified by:
getFieldsArray in class JBean