Class BioPlate

    • Field Detail

      • 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 Detail