Class BioPlate

All Implemented Interfaces:
AccessControlled, Annotatable, Identifiable, Nameable, Ownable, Registered, Removable, Shareable

public class BioPlate
extends AnnotatedItem
implements Registered
This class is represents physical bio-plates. A bio-plate must have a PlateGeometry

A bio-plate consists of BioWell:s which are organised into rows and columns as specified by the plate geometry.

Version:
2.10
Author:
martin
Last modified
$Date: 2017-05-22 14:35:27 +0200 (må, 22 maj 2017) $
  • Field Details

    • TYPE

      public static final Item TYPE
      The type of item represented by this class.
      See Also:
      Item.BIOPLATE, getType()
    • MAX_BARCODE_LENGTH

      public static final int MAX_BARCODE_LENGTH
      The maximum length of the barcode that can be stored in the database. Check the length against this value before calling the setBarcode(String) method to avoid exceptions.
      See Also:
      Constant Field Values
    • MAX_SECTION_LENGTH

      public static final int MAX_SECTION_LENGTH
      The maximum length of the section coordinate that can be stored in the database. Check the length against this value before calling the setSection(String) method to avoid exceptions.
      Since:
      3.2
      See Also:
      Constant Field Values
    • MAX_TRAY_LENGTH

      public static final int MAX_TRAY_LENGTH
      The maximum length of the tray coordinate that can be stored in the database. Check the length against this value before calling the setTray(String) method to avoid exceptions.
      Since:
      3.2
      See Also:
      Constant Field Values
    • MAX_POSITION_LENGTH

      public static final int MAX_POSITION_LENGTH
      The maximum length of the position coordinate that can be stored in the database. Check the length against this value before calling the setPosition(String) method to avoid exceptions.
      Since:
      3.2
      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details