java.lang.Object
com.genologics.ri.processexecution.ArtifactBase
com.genologics.ri.processexecution.Input
All Implemented Interfaces:
LimsLink<Artifact>, Linkable<Artifact>, Locatable, Serializable

public class Input extends ArtifactBase implements LimsLink<Artifact>
The input element provides URIs to one or more Artifacts that will be used by the Process. Input is a child element of input-output-map.
See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • Input

      public Input()
    • Input

      public Input(URI uri)
    • Input

      public Input(URI uri, QCFlag qc)
    • Input

      public Input(Linkable<Artifact> link)
  • Method Details

    • 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.
    • 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 uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.