org.proteios.core.data
Class LabeledExtractData
java.lang.Object
org.proteios.core.data.BasicData
org.proteios.core.data.OwnedData
org.proteios.core.data.SharedData
org.proteios.core.data.CommonData
org.proteios.core.data.AnnotatedData
org.proteios.core.data.BioMaterialData
org.proteios.core.data.MeasuredBioMaterialData
org.proteios.core.data.LabeledExtractData
- All Implemented Interfaces:
- AnnotatableData, IdentifiableData, NameableData, OwnableData, RemovableData, ShareableData
public class LabeledExtractData
- extends MeasuredBioMaterialData
This represents a labeled extract.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
LabeledExtract,
Biomaterials overview- Last modified
- $Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $
- Hibernate: subclass
- discriminator-value="4" lazy="false"
| Methods inherited from class org.proteios.core.data.MeasuredBioMaterialData |
getConcentrationInGramsPerLiter, getCreationEvent, getEvents, getOriginalQuantityInMicroLiters, getParent, getRemainingQuantityInMicroLiters, isPooled, setConcentrationInGramsPerLiter, setCreationEvent, setEvents, setOriginalQuantityInMicroLiters, setParent, setPooled, setRemainingQuantityInMicroLiters |
LabeledExtractData
public LabeledExtractData()
getLabel
public LabelData getLabel()
- The label compound used to label the extract. This property is actually not-null="true", but
since we are using a common table for all biomaterial and the other types doesn't have a label,
it must be declared not-null="false". It is up to the core to check that no null values are
passed to the database.
- Hibernate: many-to-one
- column="`label_id`" not-null="false" outer-join="false"
setLabel
public void setLabel(LabelData label)