edu.jhu.tmaj.beans
Class BloodSampleBean

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

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

Represents a Blood Sample. Used in Cleveland Clinic's Samples Application.

See Also:
Serialized Form

Field Summary
static DatabaseField BLOOD_TYPE_ID_FIELD
           
static DatabaseField COLLECTION_DATE_FIELD
           
static DatabaseField ID_FIELD
           
static DatabaseField INITIAL_QUANTITY_FIELD
           
static DatabaseField INPUTLOG_FIELD
           
static DatabaseField NOTES_FIELD
           
static DatabaseField PROCESSING_TIME_FIELD
           
static DatabaseField PROCESSOR_ID_FIELD
           
static DatabaseField SPECIMEN_ID_FIELD
           
static DatabaseField STORAGE_CONDITION_FIELD
           
static DatabaseField STORAGE_LOCATION_FIELD
           
static DatabaseField TISSUE_BANK_NUMBER_FIELD
           
 
Fields inherited from class edu.jhu.tmaj.beans.JBean
staticMetaData
 
Constructor Summary
BloodSampleBean(StaticMetaData staticMetaData)
           
 
Method Summary
 DatabaseField[] getFieldsArray()
          Returns an Array of TFields representing the columnnames of this bean.
 JBean getNewInstance()
          Returns a new instance of this bean.
 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

SPECIMEN_ID_FIELD

public static final DatabaseField SPECIMEN_ID_FIELD

TISSUE_BANK_NUMBER_FIELD

public static final DatabaseField TISSUE_BANK_NUMBER_FIELD

INITIAL_QUANTITY_FIELD

public static final DatabaseField INITIAL_QUANTITY_FIELD

BLOOD_TYPE_ID_FIELD

public static final DatabaseField BLOOD_TYPE_ID_FIELD

COLLECTION_DATE_FIELD

public static final DatabaseField COLLECTION_DATE_FIELD

PROCESSOR_ID_FIELD

public static final DatabaseField PROCESSOR_ID_FIELD

PROCESSING_TIME_FIELD

public static final DatabaseField PROCESSING_TIME_FIELD

STORAGE_LOCATION_FIELD

public static final DatabaseField STORAGE_LOCATION_FIELD

STORAGE_CONDITION_FIELD

public static final DatabaseField STORAGE_CONDITION_FIELD

NOTES_FIELD

public static final DatabaseField NOTES_FIELD

INPUTLOG_FIELD

public static final DatabaseField INPUTLOG_FIELD
Constructor Detail

BloodSampleBean

public BloodSampleBean(StaticMetaData staticMetaData)
Method Detail

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