|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.core.data.BasicData net.sf.basedb.core.data.WellData
public class WellData
This class holds information about a well on a plate.
Well
,
Array LIMS - Plates overviewField Summary | |
---|---|
private AnnotationSetData |
annotationSet
|
private int |
column
|
private WellData |
parent
|
private PlateData |
plate
|
private ReporterData |
reporter
|
private int |
row
|
Constructor Summary | |
---|---|
WellData()
|
Method Summary | |
---|---|
AnnotationSetData |
getAnnotationSet()
Get the annotation set that holds the annotations for an item. |
int |
getColumn()
The column coordinate of this well. |
WellData |
getParent()
If the plate was created from a PlateMappingData this property points to
the well on the source plate used in the mapping. |
PlateData |
getPlate()
The plate this well belongs to. |
ReporterData |
getReporter()
The reporter used in this well. |
int |
getRow()
The row coordinate of this well. |
void |
setAnnotationSet(AnnotationSetData annotationSet)
Change the annotation set. |
void |
setColumn(int column)
|
void |
setParent(WellData parent)
|
void |
setPlate(PlateData plate)
|
void |
setReporter(ReporterData reporter)
|
void |
setRow(int row)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData |
---|
getId, getVersion |
Field Detail |
---|
private AnnotationSetData annotationSet
private PlateData plate
private int row
private int column
private WellData parent
private ReporterData reporter
Constructor Detail |
---|
public WellData()
Method Detail |
---|
public AnnotationSetData getAnnotationSet()
AnnotatableData
getAnnotationSet
in interface AnnotatableData
AnnotationSetData
item or null if no annotations existpublic void setAnnotationSet(AnnotationSetData annotationSet)
AnnotatableData
setAnnotationSet
in interface AnnotatableData
annotationSet
- Annotation set to change to.public PlateData getPlate()
PlateData.getWells()
public void setPlate(PlateData plate)
public int getRow()
public void setRow(int row)
public int getColumn()
public void setColumn(int column)
public WellData getParent()
PlateMappingData
this property points to
the well on the source plate used in the mapping.
PlateMappingData.getDetails()
public void setParent(WellData parent)
public ReporterData getReporter()
public void setReporter(ReporterData reporter)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |