Details of an individual artifact that is part of a pooled artifact.
- Since:
- 2.26
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DemuxDetailsThe demux details of this demux artifact.protected StringThe name of this demux artifact.protected List<ReagentLabel>The reagent labels in this demux artifact.protected List<DemuxArtifactSample>The samples in this demux artifact.protected URIThe URI of this demux artifact. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDemux()Gets the demux details.Gets the entity class.getName()Gets the name.Gets the list of reagent labels.Gets the list of samples.getUri()Gets the URI.voidsetDemux(DemuxDetails demux) Sets the demux details.voidSets the name.voidSets the URI.toString()Produces a string representation of this demux artifact.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode
-
Field Details
-
samples
The samples in this demux artifact. -
reagentLabels
The reagent labels in this demux artifact. -
demux
The demux details of this demux artifact. -
name
The name of this demux artifact. -
uri
The URI of this demux artifact.
-
-
Constructor Details
-
DemuxArtifact
public DemuxArtifact()Default constructor.
-
-
Method Details
-
getDemux
Gets the demux details.- Returns:
- The demux details.
-
setDemux
Sets the demux details.- Parameters:
demux- The demux details.
-
getName
Gets the name.- Returns:
- The demux artifact name.
-
setName
Sets the name.- Parameters:
name- The demux artifact name.
-
getUri
Gets the URI.- Returns:
- The demux artifact URI.
-
setUri
Sets the URI.- Parameters:
uri- The demux artifact URI.
-
getSamples
Gets the list of samples. Creates an empty list if it doesn't exist.- Returns:
- The list of demux artifact samples.
-
getReagentLabels
Gets the list of reagent labels. Creates an empty list if it doesn't exist.- Returns:
- The list of reagent labels.
-
getEntityClass
Gets the entity class.- Returns:
- The Artifact class.
-
toString
Produces a string representation of this demux artifact.- Overrides:
toStringin classLimsLinkBase<Artifact>- Returns:
- A string representation.
- See Also:
-