- All Implemented Interfaces:
LimsLink<DemuxArtifact>,Linkable<DemuxArtifact>,Locatable,Serializable
Identifies the resource that will demultiplex this artifact. This will only
be present if the artifact is a pool.
- Since:
- 2.26
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.getUri()Gets the URI.voidsetArtifact(Linkable<DemuxArtifact> artifact) Sets the artifact from a Linkable.voidSets the URI.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of this demux artifact.
-
-
Constructor Details
-
DemuxLink
public DemuxLink()Default constructor. -
DemuxLink
Constructor taking a URI.- Parameters:
uri- The demux artifact URI.
-
DemuxLink
Constructor from a Linkable.- Parameters:
link- The linkable object to copy.
-
-
Method Details
-
getUri
Gets the URI.- Returns:
- The demux artifact URI.
-
setUri
Sets the URI.- Parameters:
uri- The demux artifact URI.
-
setArtifact
Sets the artifact from a Linkable.- Parameters:
artifact- The linkable artifact to set.
-
getEntityClass
Gets the entity class.- Returns:
- The DemuxArtifact class.
-