Class Output

All Implemented Interfaces:
LimsLink<Artifact>, Linkable<Artifact>, Locatable, Serializable

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

    • reagentLabels

      protected List<ReagentLabel> reagentLabels
      List of reagent labels for the output.
    • artifactUri

      protected URI artifactUri
      URI of the output artifact.
  • Constructor Details

    • Output

      public Output()
      Default constructor.
    • Output

      public Output(URI artifactUri)
      Constructor with artifact URI.
      Parameters:
      artifactUri - The URI of the output artifact.
    • Output

      public Output(LimsLink<Artifact> link)
      Constructor from a LIMS link.
      Parameters:
      link - The LIMS link to the artifact.
  • Method Details

    • getReagentLabels

      public List<ReagentLabel> getReagentLabels()
      Gets the list of reagent labels, creating it if it doesn't exist.
      Returns:
      The list of reagent labels.
    • getUri

      public URI getUri()
      Gets the URI.
      Returns:
      The URI.
    • setUri

      public void setUri(URI artifactUri)
      Sets the URI.
      Parameters:
      artifactUri - The artifact URI.
    • setArtifact

      public void setArtifact(Linkable<Artifact> artifact)
      Sets the artifact.
      Parameters:
      artifact - The linkable artifact.
    • getEntityClass

      public Class<Artifact> getEntityClass()
      Gets the entity class.
      Returns:
      The Artifact class.