Class ReagentLabel

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

public class ReagentLabel extends Object implements Serializable
Reagent-label is a child element of Artifact 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 this reagent label.
  • Constructor Details

    • ReagentLabel

      public ReagentLabel()
      Default constructor.
    • ReagentLabel

      public ReagentLabel(String name)
      Constructor taking a name.
      Parameters:
      name - The reagent label name.
  • Method Details

    • getName

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

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

      public String toString()
      Returns a string representation of this reagent label.
      Overrides:
      toString in class Object
      Returns:
      The name, or "unset" if not set.