java.lang.Object
com.genologics.ri.step.ReagentLabel
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new empty ReagentLabel.ReagentLabel(String name) Constructs a new ReagentLabel with the given name. -
Method Summary
-
Field Details
-
name
The name of the reagent label.
-
-
Constructor Details
-
ReagentLabel
public ReagentLabel()Constructs a new empty ReagentLabel. -
ReagentLabel
Constructs a new ReagentLabel with the given name.- Parameters:
name- the name of the reagent label.
-
-
Method Details