java.lang.Object
com.genologics.ri.artifact.DemuxArtifact
Details of an individual artifact that is part of a pooled artifact.
- Since:
- 2.26
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DemuxDetails
protected String
protected List<ReagentLabel>
protected List<DemuxArtifactSample>
protected URI
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
samples
-
reagentLabels
-
demux
-
name
-
uri
-
-
Constructor Details
-
DemuxArtifact
public DemuxArtifact()
-
-
Method Details
-
getDemux
-
setDemux
-
getName
-
setName
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getSamples
-
getReagentLabels
-
toString
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Artifact>
- Returns:
- The real object class.
-