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 StepConfigurationprotected List<OutputArrangement>protected Linkprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()Get a concrete link object to thisLinkablething.getStep()getUri()Get the URI of this object.voidsetConfiguration(StepConfiguration configuration) voidvoidSet the URI of this object.
-
Field Details
-
step
-
configuration
-
outputArrangements
-
uri
-
-
Constructor Details
-
Arrangements
public Arrangements()
-
-
Method Details
-
getStep
-
setStep
-
getConfiguration
-
setConfiguration
-
getOutputArrangements
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLink
Get a concrete link object to thisLinkablething.- Specified by:
getLinkin interfaceLinkable<Arrangements>- Returns:
- A
LimsLinkto this object.
-