Class WellWrapper

    • Constructor Detail

      • WellWrapper

        public WellWrapper​(WellData well)
        Constructor of the class WellWrapper.
        Parameters:
        well - The WellData contained in the WellWrapper.
    • Method Detail

      • asWellData

        public WellData asWellData()
        Returns:
        the WellData contained.
      • getWellSamples

        public List<WellSampleWrapper> getWellSamples()
        Returns the well samples linked to the well.
        Returns:
        See above.
      • getPlate

        public PlateWrapper getPlate()
        Returns the plate containing this Well.
        Returns:
        See above.
      • getColumn

        public Integer getColumn()
        Returns the column used to indicate the location of the well on the grid.
        Returns:
        See above.
      • getRow

        public Integer getRow()
        Returns the row used to indicate the location of the well on the grid.
        Returns:
        See above.
      • getStatus

        public String getStatus()
        Returns the status of the well.
        Returns:
        See above.
      • setStatus

        public void setStatus​(String status)
        Sets the status of the well.
        Parameters:
        status - The status of the well.
      • getWellType

        public String getWellType()
        Returns a human-readable identifier for the screening status e.g. empty, positive control, etc.
        Returns:
        See above.
      • setWellType

        public void setWellType​(String type)
        Sets a human-readable identifier for the screening status e.g. empty, positive control, etc.
        Parameters:
        type - The value to set.
      • getRed

        public int getRed()
        Returns the red component of the color associated to the well, or -1.
        Returns:
        See above.
      • setRed

        public void setRed​(Integer red)
        Sets the red component of the color associated to the well.
        Parameters:
        red - The value to set.
      • getGreen

        public int getGreen()
        Returns the green component of the color associated to the well, or -1.
        Returns:
        See above.
      • setGreen

        public void setGreen​(Integer green)
        Sets the green component of the color associated to the well.
        Parameters:
        green - The value to set.
      • getBlue

        public int getBlue()
        Returns the blue component of the color associated to the well, or -1.
        Returns:
        See above.
      • setBlue

        public void setBlue​(Integer blue)
        Sets the blue component of the color associated to the well.
        Parameters:
        blue - The value to set.
      • getAlpha

        public int getAlpha()
        Returns the alpha component of the color associated to the well, or -1.
        Returns:
        See above.
      • setAlpha

        public void setAlpha​(Integer alpha)
        Sets the alpha component of the color associated to the well.
        Parameters:
        alpha - The value to set.