public abstract class MeasuredBioMaterialData extends BioMaterialData
MeasuredBioMaterial
,
Developer documentation: Biomaterials LIMSModifier and Type | Field and Description |
---|---|
private BioWellData |
bioWell |
private BioMaterialEventData |
creationEvent |
private Set<BioMaterialEventData> |
events |
private Float |
originalQuantity |
private BioMaterialData |
parent |
private Integer |
parentType |
private Float |
remainingQuantity |
MAX_EXTERNAL_ID_LENGTH
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
MeasuredBioMaterialData() |
Modifier and Type | Method and Description |
---|---|
BioWellData |
getBioWell()
Get the bio well.
|
BioMaterialEventData |
getCreationEvent()
Get the event that created this biomaterial.
|
(package private) Set<BioMaterialEventData> |
getEvents()
This is the inverse end.
|
Float |
getOriginalQuantity()
Get the original quantity of the biomaterial.
|
BioMaterialData |
getParent()
Get the parent biomaterial.
|
Integer |
getParentType()
Get the type of the parent item.
|
Float |
getRemainingQuantity()
Get the remaining quantity of the biomaterial.
|
void |
setBioWell(BioWellData bioWell) |
(package private) void |
setCreationEvent(BioMaterialEventData creationEvent) |
(package private) void |
setEvents(Set<BioMaterialEventData> events) |
void |
setOriginalQuantity(Float originalQuantity) |
void |
setParent(BioMaterialData parent) |
void |
setParentType(Integer parentType) |
void |
setRemainingQuantity(Float remainingQuantity) |
equals, getBioMaterialLists, getChildCreationEvents, getChildren, getExternalId, getItemSubtype, setBioMaterialLists, setChildCreationEvents, setChildren, setExternalId, setItemSubtype
getAnnotations, getAnnotationSet, setAnnotations, setAnnotationSet
getDescription, getName, isRemoved, setDescription, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private BioMaterialData parent
private Float originalQuantity
private Float remainingQuantity
private Integer parentType
private BioMaterialEventData creationEvent
private Set<BioMaterialEventData> events
private BioWellData bioWell
public BioMaterialData getParent()
public void setParent(BioMaterialData parent)
public Float getOriginalQuantity()
public void setOriginalQuantity(Float originalQuantity)
public Float getRemainingQuantity()
public void setRemainingQuantity(Float remainingQuantity)
public Integer getParentType()
public void setParentType(Integer parentType)
public BioMaterialEventData getCreationEvent()
void setCreationEvent(BioMaterialEventData creationEvent)
Set<BioMaterialEventData> getEvents()
BioMaterialEventData.getBioMaterial()
void setEvents(Set<BioMaterialEventData> events)
public BioWellData getBioWell()
public void setBioWell(BioWellData bioWell)