java.lang.Object
com.genologics.ri.step.OutputArrangement
Provides a URI linking to the output container and Tube Rack arrangement.
- Since:
- 2.34
- 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.voidsetRackLocation(RackLocation rackLocation) voidSet the URI of this object.
-
Field Details
-
rackLocation
-
uri
-
-
Constructor Details
-
OutputArrangement
public OutputArrangement() -
OutputArrangement
-
-
Method Details
-
getRackLocation
-
setRackLocation
-
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. -
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Container>- Returns:
- The real object class.
-