java.lang.Object
com.genologics.ri.step.Arrangements
- All Implemented Interfaces:
Linkable<Arrangements>,Locatable,Serializable
The detailed representation of a step's output container Tube Rack arrangements only for an Add Label Step.
- Since:
- 2.34
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StepConfigurationConfiguration of the step.protected List<OutputArrangement>List of output arrangements.protected LinkLink to the step.protected URIURI of the arrangements resource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the step configuration.getLink()Get a concrete link object to thisLinkablething.Gets the list of output arrangements, creating it if it doesn't exist.getStep()Gets the step link.getUri()Gets the URI.voidsetConfiguration(StepConfiguration configuration) Sets the step configuration.voidSets the step link.voidSets the URI.
-
Field Details
-
step
Link to the step. -
configuration
Configuration of the step. -
outputArrangements
List of output arrangements. -
uri
URI of the arrangements resource.
-
-
Constructor Details
-
Arrangements
public Arrangements()Default constructor.
-
-
Method Details
-
getStep
Gets the step link.- Returns:
- The step link.
-
setStep
Sets the step link.- Parameters:
step- The step link.
-
getConfiguration
Gets the step configuration.- Returns:
- The step configuration.
-
setConfiguration
Sets the step configuration.- Parameters:
configuration- The step configuration.
-
getOutputArrangements
Gets the list of output arrangements, creating it if it doesn't exist.- Returns:
- The list of output arrangements.
-
getUri
Gets the URI. -
setUri
Sets the URI. -
getLink
Get a concrete link object to thisLinkablething.- Specified by:
getLinkin interfaceLinkable<Arrangements>- Returns:
- A
LimsLinkto this object.
-