Class Well

java.lang.Object
uk.ac.gda.devices.insitu.model.Well
All Implemented Interfaces:
Serializable

public class Well extends Object implements Serializable
See Also:
  • Constructor Details

    • Well

      public Well()
    • Well

      public Well(int rowIndex, int colIndex, int dropSelected, String a_label, String n_label)
  • Method Details

    • copy

      public Well copy()
    • getColumn

      public int getColumn()
      Returns:
      Returns the zero-based column index.
    • getAlphaLabel

      public String getAlphaLabel()
      Returns:
      Returns the columnLabel.
    • getDropSelectIndex

      public int getDropSelectIndex()
      Returns:
      Returns the dropSelected.
    • getLabel

      public String getLabel()
    • getRow

      public int getRow()
      Returns:
      Returns the zero-based row index.
    • getNumericLabel

      public String getNumericLabel()
      Returns:
      Returns the rowLabel.
    • getSequence

      public int getSequence()
      Returns:
      Returns the sequence.
    • hasPosition

      public boolean hasPosition(Well target)
    • setColumn

      public void setColumn(int column)
      Parameters:
      column - The zero-based column index to set.
    • setColumnLabel

      public void setColumnLabel(String columnLabel)
      Parameters:
      columnLabel - The columnLabel to set.
    • setDropSelectIndex

      public void setDropSelectIndex(int dropSelected)
      Parameters:
      dropSelected - The dropSelected to set.
    • setLabel

      public void setLabel(String label)
    • setRow

      public void setRow(int row)
      Parameters:
      row - The zero-based row index to set.
    • setSequence

      public void setSequence(int sequence)
      Parameters:
      sequence - The sequence to set.
    • toString

      public String toString()
      Overrides:
      toString in class Object