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
FieldsModifier and TypeFieldDescriptionprotected DemuxDetailsprotected Stringprotected List<ReagentLabel>protected List<DemuxArtifactSample>protected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDemux()getName()getUri()Get the URI of this object.voidsetDemux(DemuxDetails demux) voidvoidSet the URI of this object.
-
Field Details
-
samples
-
reagentLabels
-
demux
-
name
-
uri
-
-
Constructor Details
-
DemuxArtifact
public DemuxArtifact()
-
-
Method Details