net.sf.basedb.core.data
Class LabeledExtractData
java.lang.Object
net.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.OwnedData
net.sf.basedb.core.data.SharedData
net.sf.basedb.core.data.CommonData
net.sf.basedb.core.data.AnnotatedData
net.sf.basedb.core.data.BioMaterialData
net.sf.basedb.core.data.MeasuredBioMaterialData
net.sf.basedb.core.data.LabeledExtractData
- All Implemented Interfaces:
- AnnotatableData, IdentifiableData, LoggableData, 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-06 14:52:39 +0200 (Mon, 06 Apr 2009) $
- Hibernate: subclass
- discriminator-value="4" lazy="false"
Methods inherited from class net.sf.basedb.core.data.MeasuredBioMaterialData |
getBioWell, getCreationEvent, getEvents, getOriginalQuantity, getParent, getRemainingQuantity, getSourceEvents, isPooled, setBioWell, setCreationEvent, setEvents, setOriginalQuantity, setParent, setPooled, setRemainingQuantity, setSourceEvents |
label
private LabelData label
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)