Class ReagentLabel

java.lang.Object
com.genologics.ri.step.ReagentLabel
All Implemented Interfaces:
Serializable

public class ReagentLabel extends Object implements Serializable
Reagent-label is a child element of ExtStepReagentListElement and provides the name of a label or reagent that has been added to the Artifact.
See Also:
  • Field Details

    • name

      protected String name
      The name of the reagent label.
  • Constructor Details

    • ReagentLabel

      public ReagentLabel()
      Constructs a new empty ReagentLabel.
    • ReagentLabel

      public ReagentLabel(String name)
      Constructs a new ReagentLabel with the given name.
      Parameters:
      name - the name of the reagent label.
  • Method Details

    • getName

      public String getName()
      Gets the name of the reagent label.
      Returns:
      the name.
    • setName

      public void setName(String name)
      Sets the name of the reagent label.
      Parameters:
      name - the name.
    • toString

      public String toString()
      Returns a string representation of the reagent label.
      Overrides:
      toString in class Object
      Returns:
      the name, or "unset" if the name is null.