java.lang.Object
com.genologics.ri.step.RackLocation
- All Implemented Interfaces:
Serializable
Provides the row and column location within a Tube Rack.
- Since:
- 2.34
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the column position within the rack.Gets the index of the rack.Gets the row position within the rack.voidsetRackColumn(Integer rackColumn) Sets the column position within the rack.voidsetRackIndex(Integer rackIndex) Sets the index of the rack.voidsetRackRow(Integer rackRow) Sets the row position within the rack.
-
Field Details
-
rackIndex
The index of the rack. -
rackRow
The row position within the rack. -
rackColumn
The column position within the rack.
-
-
Constructor Details
-
RackLocation
public RackLocation()Constructs a new empty RackLocation.
-
-
Method Details
-
getRackIndex
Gets the index of the rack.- Returns:
- the rack index.
-
setRackIndex
Sets the index of the rack.- Parameters:
rackIndex- the rack index.
-
getRackRow
Gets the row position within the rack.- Returns:
- the rack row.
-
setRackRow
Sets the row position within the rack.- Parameters:
rackRow- the rack row.
-
getRackColumn
Gets the column position within the rack.- Returns:
- the rack column.
-
setRackColumn
Sets the column position within the rack.- Parameters:
rackColumn- the rack column.
-