public class ArrayBatchData extends AnnotatedData implements RegisteredData
ArrayBatch
,
Developer documentation: Array LIMS (arrays)Modifier and Type | Field and Description |
---|---|
private ArrayDesignData |
arrayDesign |
private Set<ArraySlideData> |
arraySlides |
private Date |
entryDate |
private HardwareData |
printRobot |
private ProtocolData |
protocol |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
ArrayBatchData() |
Modifier and Type | Method and Description |
---|---|
ArrayDesignData |
getArrayDesign()
Get the array design item that was used for this batch.
|
(package private) Set<ArraySlideData> |
getArraySlides()
This is the inverse end.
|
Date |
getEntryDate()
Get the date this item was added to the database.
|
HardwareData |
getPrintRobot()
Get the hardware used for creating this batch.
|
ProtocolData |
getProtocol()
Get the protocol used for printing the arrays.
|
void |
setArrayDesign(ArrayDesignData arrayDesign) |
(package private) void |
setArraySlides(Set<ArraySlideData> arraySlides) |
void |
setEntryDate(Date entryDate) |
void |
setPrintRobot(HardwareData printRobot) |
void |
setProtocol(ProtocolData protocol) |
getAnnotations, getAnnotationSet, setAnnotations, setAnnotationSet
getDescription, getName, isRemoved, setDescription, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private Date entryDate
private ProtocolData protocol
private HardwareData printRobot
private ArrayDesignData arrayDesign
private Set<ArraySlideData> arraySlides
public Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(Date entryDate)
public ProtocolData getProtocol()
public void setProtocol(ProtocolData protocol)
public HardwareData getPrintRobot()
public void setPrintRobot(HardwareData printRobot)
public ArrayDesignData getArrayDesign()
public void setArrayDesign(ArrayDesignData arrayDesign)
Set<ArraySlideData> getArraySlides()
ArraySlideData.getArrayBatch()
void setArraySlides(Set<ArraySlideData> arraySlides)