java.lang.Object
com.genologics.ri.step.Output
Provides a URI linking to the output artifact and reagent label.
- 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<Artifact> artifact) void
Set the URI of this object.
-
Field Details
-
reagentLabels
-
artifactUri
-
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
getReagentLabels
-
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. -
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<Artifact>
- Returns:
- The real object class.
-