Class Reagents

java.lang.Object
com.genologics.ri.step.Reagents
All Implemented Interfaces:
Linkable<Reagents>, Locatable, Serializable

public class Reagents extends Object implements Linkable<Reagents>, Serializable
The detailed representation of a step's output artifact reagents.
See Also:
  • Field Details

    • step

      protected Link step
    • configuration

      protected StepConfiguration configuration
    • reagentCategory

      protected String reagentCategory
    • outputReagents

      protected List<Output> outputReagents
    • uri

      protected URI uri
  • Constructor Details

    • Reagents

      public Reagents()
    • Reagents

      public Reagents(URI uri)
  • Method Details

    • getStep

      public Link getStep()
    • setStep

      public void setStep(Link step)
    • getConfiguration

      public StepConfiguration getConfiguration()
    • setConfiguration

      public void setConfiguration(StepConfiguration configuration)
    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • getReagentCategory

      public String getReagentCategory()
      The permitted reagent category of the step. Reagent labels used in the POST must be from this reagent category.
      Returns:
      The reagent category.
    • setReagentCategory

      public void setReagentCategory(String reagentCategory)
    • getOutputReagents

      public List<Output> getOutputReagents()
    • addOutputReagent

      public Output addOutputReagent(Output output)