Class CalibrantWell

java.lang.Object
com.genologics.ri.containertype.CalibrantWell
All Implemented Interfaces:
Serializable

@Deprecated public class CalibrantWell extends Object implements Serializable
Deprecated.
This type is no longer supported.
Calibrant-well is a child element of container type and identifies a well location that is reserved for calibrants in containers of the container type.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated.
    The name of the calibrant well.
    protected String
    Deprecated.
    The value or content of the calibrant well.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Default constructor for creating a new calibrant well.
    Deprecated.
    Constructor for creating a calibrant well with a specified name.
    CalibrantWell(String name, String value)
    Deprecated.
    Constructor for creating a calibrant well with a specified name and value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the name of the calibrant well.
    Deprecated.
    Gets the value or content of the calibrant well.
    void
    Deprecated.
    Sets the name of the calibrant well.
    void
    Deprecated.
    Sets the value or content of the calibrant well.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      protected String name
      Deprecated.
      The name of the calibrant well.
    • value

      protected String value
      Deprecated.
      The value or content of the calibrant well.
  • Constructor Details

    • CalibrantWell

      public CalibrantWell()
      Deprecated.
      Default constructor for creating a new calibrant well.
    • CalibrantWell

      public CalibrantWell(String name)
      Deprecated.
      Constructor for creating a calibrant well with a specified name.
      Parameters:
      name - The name of the calibrant well.
    • CalibrantWell

      public CalibrantWell(String name, String value)
      Deprecated.
      Constructor for creating a calibrant well with a specified name and value.
      Parameters:
      name - The name of the calibrant well.
      value - The value or content of the calibrant well.
  • Method Details

    • getValue

      public String getValue()
      Deprecated.
      Gets the value or content of the calibrant well.
      Returns:
      The calibrant well value.
    • setValue

      public void setValue(String value)
      Deprecated.
      Sets the value or content of the calibrant well.
      Parameters:
      value - The calibrant well value to set.
    • getName

      public String getName()
      Deprecated.
      Gets the name of the calibrant well.
      Returns:
      The calibrant well name.
    • setName

      public void setName(String name)
      Deprecated.
      Sets the name of the calibrant well.
      Parameters:
      name - The calibrant well name to set.