Class DemuxLink

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

public class DemuxLink extends LimsLinkBase<DemuxArtifact>
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
      The URI of this demux artifact.
  • Constructor Details

    • DemuxLink

      public DemuxLink()
      Default constructor.
    • DemuxLink

      public DemuxLink(URI uri)
      Constructor taking a URI.
      Parameters:
      uri - The demux artifact URI.
    • DemuxLink

      public DemuxLink(Linkable<DemuxArtifact> link)
      Constructor from a Linkable.
      Parameters:
      link - The linkable object to copy.
  • Method Details

    • getUri

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

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

      public void setArtifact(Linkable<DemuxArtifact> artifact)
      Sets the artifact from a Linkable.
      Parameters:
      artifact - The linkable artifact to set.
    • getEntityClass

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