edu.jhu.tmaj.beans
Class BlockOrSlideExchangeBean

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

public class BlockOrSlideExchangeBean
extends JBean
implements java.io.Serializable

Represents a record from the AnimalExperiments table.

See Also:
Serialized Form

Field Summary
static DatabaseField DATE_OF_EXCHANGE_FIELD
           
static DatabaseField ID_FIELD
           
static DatabaseField INPUT_LOG_FIELD
           
static DatabaseField INVESTIGATOR_ID_FIELD
           
static DatabaseField IS_CHECK_IN_FIELD
           
static DatabaseField NEW_LOCATION_FIELD
           
static DatabaseField NOTES_FIELD
           
static DatabaseField OBJECT_TYPE_ID_FIELD
           
static DatabaseField OBJECTS_DESCRIPTIONS_FIELD
           
static DatabaseField PART_NUMBER_FIELD
           
static DatabaseField QUANTITY_EXCHANGED_FIELD
           
static DatabaseField STUDY_NAME_FIELD
           
static DatabaseField SURG_PATH_NUMBER_FIELD
           
 
Fields inherited from class edu.jhu.tmaj.beans.JBean
staticMetaData
 
Constructor Summary
BlockOrSlideExchangeBean(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()
           
 java.lang.String toString()
          Returns the primary key name of the bean's table, along with the bean's ID.
 
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, 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

SURG_PATH_NUMBER_FIELD

public static final DatabaseField SURG_PATH_NUMBER_FIELD

OBJECT_TYPE_ID_FIELD

public static final DatabaseField OBJECT_TYPE_ID_FIELD

QUANTITY_EXCHANGED_FIELD

public static final DatabaseField QUANTITY_EXCHANGED_FIELD

IS_CHECK_IN_FIELD

public static final DatabaseField IS_CHECK_IN_FIELD

DATE_OF_EXCHANGE_FIELD

public static final DatabaseField DATE_OF_EXCHANGE_FIELD

OBJECTS_DESCRIPTIONS_FIELD

public static final DatabaseField OBJECTS_DESCRIPTIONS_FIELD

NEW_LOCATION_FIELD

public static final DatabaseField NEW_LOCATION_FIELD

PART_NUMBER_FIELD

public static final DatabaseField PART_NUMBER_FIELD

STUDY_NAME_FIELD

public static final DatabaseField STUDY_NAME_FIELD

INVESTIGATOR_ID_FIELD

public static final DatabaseField INVESTIGATOR_ID_FIELD

NOTES_FIELD

public static final DatabaseField NOTES_FIELD

INPUT_LOG_FIELD

public static final DatabaseField INPUT_LOG_FIELD
Constructor Detail

BlockOrSlideExchangeBean

public BlockOrSlideExchangeBean(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

toString

public java.lang.String toString()
Description copied from class: JBean
Returns the primary key name of the bean's table, along with the bean's ID. Example: ProjectID#5

Overrides:
toString in class JBean