edu.jhu.tmaj.beans
Class CellLineExperimentBean
java.lang.Object
edu.jhu.tmaj.beans.JBean
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
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 |
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
CellLineExperimentBean
public CellLineExperimentBean(StaticMetaData staticMetaData)
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