java.lang.Object
com.genologics.ri.artifact.DemuxLink
- 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getUri()
Get the URI of the object we are linking to.void
setArtifact
(Linkable<DemuxArtifact> artifact) void
Set the URI of this object.
-
Field Details
-
uri
-
-
Constructor Details
-
DemuxLink
public DemuxLink() -
DemuxLink
-
-
Method Details
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<DemuxArtifact>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
setArtifact
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<DemuxArtifact>
- Returns:
- The real object class.
-