Class BioWellData

    • Constructor Detail

      • BioWellData

        public BioWellData()
    • Method Detail

      • getBioPlate

        public BioPlateData getBioPlate()
        The bioplate this well belongs to.
        See Also:
        BioPlateData.getBioWells()
        Hibernate: many-to-one
        column="`bioplate_id`" not-null="true" outer-join="false" update="false" cascade="all"
      • setBioPlate

        public void setBioPlate​(BioPlateData bioPlate)
      • getRow

        public int getRow()
        The row coordinate of this well.
        Hibernate: property
        column="`row`" type="int" not-null="true" update="false"
      • setRow

        public void setRow​(int row)
      • getColumn

        public int getColumn()
        The column coordinate of this well.
        Hibernate: property
        column="`column`" type="int" not-null="true" update="false"
      • setColumn

        public void setColumn​(int column)
      • getOriginalBioMaterial

        public MeasuredBioMaterialData getOriginalBioMaterial()
        The MeasuredBioMaterialData used in this well.
        Since:
        2.16
        Hibernate: many-to-one
        column="`original_biomaterial_id`" not-null="false" outer-join="false"