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 StepConfigurationprotected List<ReagentLotLink>protected Linkprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddReagentLot(ReagentLotLink link) getLink()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
-
reagentLots
-
uri
-
-
Constructor Details
-
ReagentLots
public ReagentLots()
-
-
Method Details
-
getStep
-
setStep
-
getConfiguration
-
setConfiguration
-
getReagentLots
-
addReagentLot
-
addReagentLot
-
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<ReagentLots>- Returns:
- A
LimsLinkto this object.
-