Last update: 2011-06-23

org.proteios.core.data
Class GelScanEventData

java.lang.Object
  extended by org.proteios.core.data.BasicData
      extended by org.proteios.core.data.BioMaterialEventData
          extended by org.proteios.core.data.GelScanEventData
All Implemented Interfaces:
IdentifiableData

public class GelScanEventData
extends BioMaterialEventData

This class represent GelScanEvent items. A GelScanEvent has information about a gel scanning. One event will results in one sourceFile = raw picture file. BioMaterial is used to link to the extract that was used for the gel. For a DiGE gel there will be one scan event per color.

Version:
2.0
Author:
Olle
See Also:
GelScanEvent, GelScanEvent overview
Last modified
$Date: 2006-05-31 14:31:54Z $
Hibernate: subclass
discriminator-value="2"

Field Summary
 
Fields inherited from class org.proteios.core.data.BioMaterialEventData
MAX_COMMENT_LENGTH
 
Constructor Summary
GelScanEventData()
           
 
Method Summary
 HardwareConfigurationData getHardwareSettings()
           
 FileData getImageFile()
          Using the source file column for the raw image file
 void setHardwareSettings(HardwareConfigurationData hardwareSettings)
           
 void setImageFile(FileData imageFile)
          Use sourceFile for the raw image file instead
 
Methods inherited from class org.proteios.core.data.BioMaterialEventData
getBioMaterial, getComment, getEntryDate, getEventDate, getPreviousBioMaterialEvent, getProtocol, getSeparationMethod, getSources, getUsedQuantityInMicroLiters, getUser, setBioMaterial, setComment, setEntryDate, setEventDate, setPreviousBioMaterialEvent, setProtocol, setSeparationMethod, setUsedQuantityInMicroLiters, setUser
 
Methods inherited from class org.proteios.core.data.BasicData
equals, getId, getVersion, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GelScanEventData

public GelScanEventData()
Method Detail

getImageFile

public FileData getImageFile()
Using the source file column for the raw image file

Hibernate: many-to-one
column="`source_file_id`" cascade="all" not-null="false" outer-join="false"

setImageFile

public void setImageFile(FileData imageFile)
Use sourceFile for the raw image file instead


getHardwareSettings

public HardwareConfigurationData getHardwareSettings()
Hibernate: many-to-one
column="`hardware_settings_id`" cascade="delete" not-null="false" outer-join="false"

setHardwareSettings

public void setHardwareSettings(HardwareConfigurationData hardwareSettings)

Last update: 2011-06-23