java.lang.Object
com.genologics.ri.containertype.CalibrantWell
- All Implemented Interfaces:
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 -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor for creating a new calibrant well.CalibrantWell(String name) 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
-
Field Details
-
name
Deprecated.The name of the calibrant well. -
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
Deprecated.Constructor for creating a calibrant well with a specified name.- Parameters:
name- The name of the calibrant well.
-
CalibrantWell
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
Deprecated.Gets the value or content of the calibrant well.- Returns:
- The calibrant well value.
-
setValue
Deprecated.Sets the value or content of the calibrant well.- Parameters:
value- The calibrant well value to set.
-
getName
Deprecated.Gets the name of the calibrant well.- Returns:
- The calibrant well name.
-
setName
Deprecated.Sets the name of the calibrant well.- Parameters:
name- The calibrant well name to set.
-