public abstract class MeasuredBioMaterialData extends BioMaterialData
MeasuredBioMaterial
,
Biomaterials
overviewMAX_EXTERNAL_ID_LENGTH, MAX_STORAGE_LOCATION_LENGTH
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
MeasuredBioMaterialData() |
Modifier and Type | Method and Description |
---|---|
Float |
getConcentrationInGramsPerLiter()
Get the concentration of the biomaterial.
|
CreationEventData |
getCreationEvent() |
Set<BioMaterialEventData> |
getEvents()
These are the events that have used this biomaterial.
|
Float |
getOriginalQuantityInMicroLiters()
Get the original quantity of the biomaterial measured in microliters.
|
BioMaterialData |
getParent()
Get the parent biomaterial.
|
Float |
getRemainingQuantityInMicroLiters()
Get the remaining quantity of the biomaterial measured in microliters.
|
boolean |
isPooled()
If the biomaterial was created by pooling other biomaterials of the same
type or not.
|
void |
setConcentrationInGramsPerLiter(Float concentration) |
void |
setCreationEvent(CreationEventData creationEvent) |
void |
setEvents(Set<BioMaterialEventData> events) |
void |
setOriginalQuantityInMicroLiters(Float originalQuantity) |
void |
setParent(BioMaterialData parent) |
void |
setPooled(boolean pooled) |
void |
setRemainingQuantityInMicroLiters(Float remainingQuantity) |
getExternalId, getFiles, getStorageLocation, setExternalId, setFiles, setStorageLocation
getAnnotationSet, setAnnotationSet
getDescription, getName, isRemoved, setDescription, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
public MeasuredBioMaterialData()
public BioMaterialData getParent()
public void setParent(BioMaterialData parent)
public Float getConcentrationInGramsPerLiter()
public void setConcentrationInGramsPerLiter(Float concentration)
public Float getOriginalQuantityInMicroLiters()
public void setOriginalQuantityInMicroLiters(Float originalQuantity)
public Float getRemainingQuantityInMicroLiters()
public void setRemainingQuantityInMicroLiters(Float remainingQuantity)
public boolean isPooled()
public void setPooled(boolean pooled)
public CreationEventData getCreationEvent()
public void setCreationEvent(CreationEventData creationEvent)
creationEvent
- The creationEvent to set.public Set<BioMaterialEventData> getEvents()
public void setEvents(Set<BioMaterialEventData> events)