|
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.BioWellData
public class BioWellData
This class holds information about a bio well on a bio plate.
BioWell
,
Biomaterials overviewField Summary | |
---|---|
private MeasuredBioMaterialData |
bioMaterial
|
private BioPlateData |
bioPlate
|
private int |
column
|
private MeasuredBioMaterialData |
originalBioMaterial
|
private int |
row
|
Constructor Summary | |
---|---|
BioWellData()
|
Method Summary | |
---|---|
MeasuredBioMaterialData |
getBioMaterial()
The MeasuredBioMaterialData used in this well. |
BioPlateData |
getBioPlate()
The bioplate this well belongs to. |
int |
getColumn()
The column coordinate of this well. |
MeasuredBioMaterialData |
getOriginalBioMaterial()
The MeasuredBioMaterialData used in this well. |
int |
getRow()
The row coordinate of this well. |
void |
setBioMaterial(MeasuredBioMaterialData bioMaterial)
|
void |
setBioPlate(BioPlateData bioPlate)
|
void |
setColumn(int column)
|
void |
setOriginalBioMaterial(MeasuredBioMaterialData originalBioMaterial)
|
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 |
Field Detail |
---|
private BioPlateData bioPlate
private int row
private int column
private MeasuredBioMaterialData originalBioMaterial
private MeasuredBioMaterialData bioMaterial
Constructor Detail |
---|
public BioWellData()
Method Detail |
---|
public BioPlateData getBioPlate()
BioPlateData.getBioWells()
public void setBioPlate(BioPlateData bioPlate)
public int getRow()
public void setRow(int row)
public int getColumn()
public void setColumn(int column)
public MeasuredBioMaterialData getOriginalBioMaterial()
MeasuredBioMaterialData
used in this well.
public void setOriginalBioMaterial(MeasuredBioMaterialData originalBioMaterial)
public MeasuredBioMaterialData getBioMaterial()
MeasuredBioMaterialData
used in this well.
public void setBioMaterial(MeasuredBioMaterialData bioMaterial)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |