|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.BioMaterialEventData
public abstract class BioMaterialEventData
This class is used to register events for measured biomaterials.
BioMaterialEvent,
Biomaterials
overview| Field Summary | |
|---|---|
static int |
MAX_COMMENT_LENGTH
The maximum length of the comment about this event. |
| Constructor Summary | |
|---|---|
BioMaterialEventData()
|
|
| Method Summary | |
|---|---|
MeasuredBioMaterialData |
getBioMaterial()
Get the single biomaterial used by this event. |
String |
getComment()
Get the comment about this event. |
Date |
getEntryDate()
Get the date this event was added to the database. |
Date |
getEventDate()
Get the date this event happened in the lab. |
BioMaterialEventData |
getPreviousBioMaterialEvent()
This function returns the previous event that is directly linked to this event. |
ProtocolData |
getProtocol()
Get the protocol used in this event. |
SeparationMethodData |
getSeparationMethod()
|
Map<MeasuredBioMaterialData,UsedQuantity> |
getSources()
Get a map containing the source biomaterials and the used quantity for this event. |
Float |
getUsedQuantityInMicroLiters()
Get the used quantity of the biomaterial affected by this event, measured in microliters. |
UserData |
getUser()
Get the user that is responsible for this event, typically this is the user that entered the information in the database. |
void |
setBioMaterial(MeasuredBioMaterialData bioMaterial)
|
void |
setComment(String comment)
|
void |
setEntryDate(Date entryDate)
|
void |
setEventDate(Date eventDate)
|
void |
setPreviousBioMaterialEvent(BioMaterialEventData previousBioMaterialEvent)
This function sets the previous event that is directly linked to this event. |
void |
setProtocol(ProtocolData protocol)
|
void |
setSeparationMethod(SeparationMethodData separationMethod)
|
void |
setUsedQuantityInMicroLiters(Float usedQuantity)
|
void |
setUser(UserData user)
|
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_COMMENT_LENGTH
| Constructor Detail |
|---|
public BioMaterialEventData()
| Method Detail |
|---|
public MeasuredBioMaterialData getBioMaterial()
public void setBioMaterial(MeasuredBioMaterialData bioMaterial)
public Float getUsedQuantityInMicroLiters()
public void setUsedQuantityInMicroLiters(Float usedQuantity)
public UserData getUser()
public void setUser(UserData user)
public ProtocolData getProtocol()
public void setProtocol(ProtocolData protocol)
public Date getEntryDate()
public void setEntryDate(Date entryDate)
public Date getEventDate()
public void setEventDate(Date eventDate)
public String getComment()
public void setComment(String comment)
public Map<MeasuredBioMaterialData,UsedQuantity> getSources()
public SeparationMethodData getSeparationMethod()
public void setSeparationMethod(SeparationMethodData separationMethod)
public BioMaterialEventData getPreviousBioMaterialEvent()
public void setPreviousBioMaterialEvent(BioMaterialEventData previousBioMaterialEvent)
previousBioMaterialEvent - The previousBioMaterialEvent to set.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||