Provides a URI linking to the output container and Tube Rack arrangement.
- Since:
- 2.34
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RackLocationThe rack location for the output arrangement.protected URIURI of the output container. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.Gets the rack location.getUri()Gets the URI.voidsetRackLocation(RackLocation rackLocation) Sets the rack location.voidSets the URI.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
rackLocation
The rack location for the output arrangement. -
uri
URI of the output container.
-
-
Constructor Details
-
OutputArrangement
public OutputArrangement()Default constructor. -
OutputArrangement
Constructor with URI.- Parameters:
uri- The URI of the output container.
-
-
Method Details
-
getRackLocation
Gets the rack location.- Returns:
- The rack location.
-
setRackLocation
Sets the rack location.- Parameters:
rackLocation- The rack location.
-
getUri
Gets the URI.- Returns:
- The URI.
-
setUri
Sets the URI.- Parameters:
uri- The URI.
-
getEntityClass
Gets the entity class.- Returns:
- The Container class.
-