java.lang.Object
com.genologics.ri.artifact.Demux
- All Implemented Interfaces:
Locatable,Serializable
The detailed representation of the demultiplexing of a pooled artifact.
- Since:
- 2.26
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DemuxSourceArtifactThe source artifact being demultiplexed.protected DemuxDetailsThe demux details of this demux.protected URIThe URI of this demux. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the artifact.Gets the demux details.getUri()Gets the URI.voidsetArtifact(DemuxSourceArtifact artifact) Sets the artifact.voidsetDemuxDetails(DemuxDetails demuxDetails) Sets the demux details.voidSets the URI.
-
Field Details
-
artifact
The source artifact being demultiplexed. -
demuxDetails
The demux details of this demux. -
uri
The URI of this demux.
-
-
Constructor Details
-
Demux
public Demux()Default constructor. -
Demux
Constructor with a URI.- Parameters:
uri- The demux URI.
-
-
Method Details
-
getArtifact
Gets the artifact.- Returns:
- The demux source artifact.
-
setArtifact
Sets the artifact.- Parameters:
artifact- The demux source artifact.
-
getDemuxDetails
Gets the demux details.- Returns:
- The demux details.
-
setDemuxDetails
Sets the demux details.- Parameters:
demuxDetails- The demux details.
-
getUri
Gets the URI. -
setUri
Sets the URI.
-