org.proteios.core.data
Class GelImageAnalysisEventData
java.lang.Object
org.proteios.core.data.BasicData
org.proteios.core.data.BioMaterialEventData
org.proteios.core.data.GelImageAnalysisEventData
- All Implemented Interfaces:
- IdentifiableData
public class GelImageAnalysisEventData
- extends BioMaterialEventData
This represents a GelImageAnalysisEventData which is a starting point of a MeasuredItem.
- Version:
- 2.0
- Author:
- Olle
- See Also:
GelImageAnalysisEvent,
GelImageAnalysisEvent
overview- Last modified
- $Date: 2006-05-31 14:31:54Z $
- Hibernate: subclass
- discriminator-value="1"
| 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 |
GelImageAnalysisEventData
public GelImageAnalysisEventData()
getAnnotatedFile
public FileData getAnnotatedFile()
- Hibernate: many-to-one
- column="`annotated_file_id`" cascade="all"
not-null="false" outer-join="false"
setAnnotatedFile
public void setAnnotatedFile(FileData annotatedFile)
getRawFile
public FileData getRawFile()
- 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"
setRawFile
public void setRawFile(FileData rawFile)
- 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)
getSoftwareSettings
public SoftwareConfigurationData getSoftwareSettings()
- Hibernate: many-to-one
- column="`software_settings_id`" cascade="delete"
not-null="false" outer-join="false"
setSoftwareSettings
public void setSoftwareSettings(SoftwareConfigurationData softwareSettings)