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