Last update: 2011-06-23

org.proteios.core.data
Class SeparationEventData

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

public class SeparationEventData
extends BioMaterialEventData

This represents a SeparationEvent. Separation events can create objects like Gels or IPGstrips. These objects are described in a SeparationMethod. object. SeparationEvents are normally of type 2

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

Field Summary
 
Fields inherited from class org.proteios.core.data.BioMaterialEventData
MAX_COMMENT_LENGTH
 
Constructor Summary
SeparationEventData()
           
 
Method Summary
 HardwareConfigurationData getHardwareSettings()
           
 FileData getSourceFile()
           
 void setHardwareSettings(HardwareConfigurationData hardwareSettings)
           
 void setSourceFile(FileData sourceFile)
           
 
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

SeparationEventData

public SeparationEventData()
Method Detail

getSourceFile

public FileData getSourceFile()
Hibernate: many-to-one
column="`source_file_id`" cascade="all" not-null="false" outer-join="false"

setSourceFile

public void setSourceFile(FileData sourceFile)

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