Class DemuxSourceArtifact

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

public class DemuxSourceArtifact extends LimsLinkBase<Artifact>
Link to a source artifact for demultiplexing.
Since:
2.26
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of this demux source artifact.
    • name

      protected String name
      The name of this demux source artifact.
  • Constructor Details

    • DemuxSourceArtifact

      public DemuxSourceArtifact()
      Default constructor.
    • DemuxSourceArtifact

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

      public DemuxSourceArtifact(URI uri, String name)
      Constructor taking a URI and name.
      Parameters:
      uri - The artifact URI.
      name - The artifact name.
    • DemuxSourceArtifact

      public DemuxSourceArtifact(Linkable<Artifact> link)
      Constructor from a Linkable.
      Parameters:
      link - The linkable object to copy.
    • DemuxSourceArtifact

      public DemuxSourceArtifact(Artifact artifact)
      Constructor from an Artifact.
      Parameters:
      artifact - The artifact to copy.
  • Method Details

    • getUri

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

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

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

      public String getName()
      Gets the name.
      Returns:
      The artifact name.
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - The artifact name.
    • getEntityClass

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

      public String toString()
      Produces a string representation of this demux source artifact.
      Overrides:
      toString in class LimsLinkBase<Artifact>
      Returns:
      A string representation.
      See Also: