org.proteios.core.data
Class SeparationEventData
java.lang.Object
org.proteios.core.data.BasicData
org.proteios.core.data.BioMaterialEventData
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"
| 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 |
SeparationEventData
public SeparationEventData()
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)