java.lang.Object
com.genologics.ri.step.ReagentLots
- All Implemented Interfaces:
Linkable<ReagentLots>
,Locatable
,Serializable
The list representation of a step's reagent lots.
- Since:
- 2.18
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StepConfiguration
protected List<ReagentLotLink>
protected Link
protected URI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddReagentLot
(ReagentLotLink link) getLink()
Get a concrete link object to thisLinkable
thing.getStep()
getUri()
Get the URI of this object.void
setConfiguration
(StepConfiguration configuration) void
void
Set the URI of this object.
-
Field Details
-
step
-
configuration
-
reagentLots
-
uri
-
-
Constructor Details
-
ReagentLots
public ReagentLots()
-
-
Method Details
-
getStep
-
setStep
-
getConfiguration
-
setConfiguration
-
getReagentLots
-
addReagentLot
-
addReagentLot
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getLink
Get a concrete link object to thisLinkable
thing.- Specified by:
getLink
in interfaceLinkable<ReagentLots>
- Returns:
- A
LimsLink
to this object.
-