java.lang.Object
com.genologics.ri.artifact.DemuxArtifact
- All Implemented Interfaces:
Locatable
,Serializable
Details of an individual artifact that is part of a pooled artifact.
- Since:
- 2.26
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected DemuxDetails
protected String
protected List<ReagentLabel>
protected List<DemuxArtifactSample>
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDemux()
getName()
getUri()
Get the URI of this object.void
setDemux
(DemuxDetails demux) void
void
Set the URI of this object.
-
Field Details
-
samples
-
reagentLabels
-
demux
-
name
-
uri
-
-
Constructor Details
-
DemuxArtifact
public DemuxArtifact()
-
-
Method Details