public class ArraySlideData extends AnnotatedData implements RegisteredData
ArraySlide
,
Developer documentation: Array LIMS (arrays)Modifier and Type | Field and Description |
---|---|
private ArrayBatchData |
arrayBatch |
private java.lang.String |
barcode |
private int |
batchIndex |
private PhysicalBioAssayData |
bioassay |
private boolean |
destroyed |
private java.util.Date |
entryDate |
static int |
MAX_BARCODE_LENGTH |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
ArraySlideData() |
Modifier and Type | Method and Description |
---|---|
ArrayBatchData |
getArrayBatch()
Get the arrayBatch of this slide.
|
java.lang.String |
getBarcode()
Get the barcode of the slide.
|
int |
getBatchIndex()
Get the index of this slide in the batch.
|
java.util.Date |
getEntryDate()
Get the date this item was added to the database.
|
PhysicalBioAssayData |
getPhysicalBioAssay()
Get the bioassay.
|
boolean |
isDestroyed()
Check if the slide is flagged as destroyed or not.
|
void |
setArrayBatch(ArrayBatchData arrayBatch) |
void |
setBarcode(java.lang.String barcode) |
void |
setBatchIndex(int batchIndex) |
void |
setDestroyed(boolean destroyed) |
void |
setEntryDate(java.util.Date entryDate) |
void |
setPhysicalBioAssay(PhysicalBioAssayData bioassay) |
getAnnotations, getAnnotationSet, setAnnotations, setAnnotationSet
getDescription, getName, getRemovedBy, setDescription, setName, setRemovedBy
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private java.util.Date entryDate
private int batchIndex
private boolean destroyed
public static final int MAX_BARCODE_LENGTH
private java.lang.String barcode
private ArrayBatchData arrayBatch
private PhysicalBioAssayData bioassay
public java.util.Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(java.util.Date entryDate)
public int getBatchIndex()
public void setBatchIndex(int batchIndex)
public boolean isDestroyed()
public void setDestroyed(boolean destroyed)
public java.lang.String getBarcode()
public void setBarcode(java.lang.String barcode)
public ArrayBatchData getArrayBatch()
public void setArrayBatch(ArrayBatchData arrayBatch)
public PhysicalBioAssayData getPhysicalBioAssay()
public void setPhysicalBioAssay(PhysicalBioAssayData bioassay)