Package uk.ac.gda.devices.insitu.model
Class Well
java.lang.Object
uk.ac.gda.devices.insitu.model.Well
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()intintgetLabel()intgetRow()intbooleanhasPosition(Well target) voidsetColumn(int column) voidsetColumnLabel(String columnLabel) voidsetDropSelectIndex(int dropSelected) voidvoidsetRow(int row) voidsetSequence(int sequence) toString()
-
Constructor Details
-
Well
public Well() -
Well
-
-
Method Details
-
copy
-
getColumn
public int getColumn()- Returns:
- Returns the zero-based column index.
-
getAlphaLabel
- Returns:
- Returns the columnLabel.
-
getDropSelectIndex
public int getDropSelectIndex()- Returns:
- Returns the dropSelected.
-
getLabel
-
getRow
public int getRow()- Returns:
- Returns the zero-based row index.
-
getNumericLabel
- Returns:
- Returns the rowLabel.
-
getSequence
public int getSequence()- Returns:
- Returns the sequence.
-
hasPosition
-
setColumn
public void setColumn(int column) - Parameters:
column- The zero-based column index to set.
-
setColumnLabel
- Parameters:
columnLabel- The columnLabel to set.
-
setDropSelectIndex
public void setDropSelectIndex(int dropSelected) - Parameters:
dropSelected- The dropSelected to set.
-
setLabel
-
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
-