java.lang.Object
com.genologics.ri.step.Output
Provides a URI linking to the output artifact and reagent label.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.voidsetArtifact(Linkable<Artifact> artifact) voidSet the URI of this object.
-
Field Details
-
reagentLabels
-
artifactUri
-
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
getReagentLabels
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
setArtifact
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Artifact>- Returns:
- The real object class.
-