Class Demux

java.lang.Object
com.genologics.ri.artifact.Demux
All Implemented Interfaces:
Locatable, Serializable

public class Demux extends Object implements Locatable, Serializable
The detailed representation of the demultiplexing of a pooled artifact.
Since:
2.26
See Also:
  • Field Details

    • artifact

      protected DemuxSourceArtifact artifact
      The source artifact being demultiplexed.
    • demuxDetails

      protected DemuxDetails demuxDetails
      The demux details of this demux.
    • uri

      protected URI uri
      The URI of this demux.
  • Constructor Details

    • Demux

      public Demux()
      Default constructor.
    • Demux

      public Demux(URI uri)
      Constructor with a URI.
      Parameters:
      uri - The demux URI.
  • Method Details

    • getArtifact

      public DemuxSourceArtifact getArtifact()
      Gets the artifact.
      Returns:
      The demux source artifact.
    • setArtifact

      public void setArtifact(DemuxSourceArtifact artifact)
      Sets the artifact.
      Parameters:
      artifact - The demux source artifact.
    • getDemuxDetails

      public DemuxDetails getDemuxDetails()
      Gets the demux details.
      Returns:
      The demux details.
    • setDemuxDetails

      public void setDemuxDetails(DemuxDetails demuxDetails)
      Sets the demux details.
      Parameters:
      demuxDetails - The demux details.
    • getUri

      public URI getUri()
      Gets the URI.
      Specified by:
      getUri in interface Locatable
      Returns:
      The demux URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The demux URI.