Class DemuxLink

java.lang.Object
com.genologics.ri.artifact.DemuxLink
All Implemented Interfaces:
LimsLink<DemuxArtifact>, Linkable<DemuxArtifact>, Locatable, Serializable

public class DemuxLink extends Object implements LimsLink<DemuxArtifact>, Serializable
Identifies the resource that will demultiplex this artifact. This will only be present if the artifact is a pool.
Since:
2.26
See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • DemuxLink

      public DemuxLink()
    • DemuxLink

      public DemuxLink(URI uri)
  • Method Details