edu.jhu.tmaj.beans
Class ArrayCoreBean

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

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

Represents the ArrayCores Table.

See Also:
Serialized Form

Field Summary
static DatabaseField ARRAY_BLOCK_ID_FIELD
           
static DatabaseField CONTROL_FIELD
           
static DatabaseField ID_FIELD
           
static DatabaseField INPUT_FIELD
           
static DatabaseField NOTES_FIELD
           
static DatabaseField OUTSIDE_ARRAY_CORE_NUMBER_FIELD
           
static DatabaseField TISSUE_DIAGNOSIS_ID_FIELD
           
static DatabaseField X_FIELD
           
static DatabaseField Y_FIELD
           
 
Fields inherited from class edu.jhu.tmaj.beans.JBean
staticMetaData
 
Constructor Summary
ArrayCoreBean(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

ARRAY_BLOCK_ID_FIELD

public static final DatabaseField ARRAY_BLOCK_ID_FIELD

TISSUE_DIAGNOSIS_ID_FIELD

public static final DatabaseField TISSUE_DIAGNOSIS_ID_FIELD

X_FIELD

public static final DatabaseField X_FIELD

Y_FIELD

public static final DatabaseField Y_FIELD

CONTROL_FIELD

public static final DatabaseField CONTROL_FIELD

OUTSIDE_ARRAY_CORE_NUMBER_FIELD

public static final DatabaseField OUTSIDE_ARRAY_CORE_NUMBER_FIELD

NOTES_FIELD

public static final DatabaseField NOTES_FIELD

INPUT_FIELD

public static final DatabaseField INPUT_FIELD
Constructor Detail

ArrayCoreBean

public ArrayCoreBean(StaticMetaData staticMetaData)
Method Detail

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

getNewInstance

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

Specified by:
getNewInstance in class JBean

getTable

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