Class Output

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

public class Output extends Object implements LimsLink<Artifact>, Serializable
Provides a URI linking to the output artifact and reagent label.
See Also:
  • Field Details

    • reagentLabels

      protected List<ReagentLabel> reagentLabels
    • artifactUri

      protected URI artifactUri
  • Constructor Details

    • Output

      public Output()
  • Method Details

    • getReagentLabels

      public List<ReagentLabel> getReagentLabels()
    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<Artifact>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

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

      public void setArtifact(Linkable<Artifact> artifact)
    • getEntityClass

      public Class<Artifact> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<Artifact>
      Returns:
      The real object class.