Uses of Class
com.genologics.ri.reagentlot.ReagentLot
Packages that use ReagentLot
Package
Description
Entities for workflow steps in the Clarity system.
-
Uses of ReagentLot in com.genologics.ri.reagentlot
Methods in com.genologics.ri.reagentlot that return ReagentLotModifier and TypeMethodDescriptionObjectFactory.createReagentLot()Create an instance ofReagentLot.Methods in com.genologics.ri.reagentlot that return types with arguments of type ReagentLotModifier and TypeMethodDescriptionObjectFactory.createReagentLot(ReagentLot value) Create an instance ofJAXBElement<ReagentLot>.ReagentLotLink.getEntityClass()Get the class of the true, full LIMS entity this object links to.ReagentLot.getLink()Get a concrete link object to thisLimsEntityLinkableentity.Methods in com.genologics.ri.reagentlot with parameters of type ReagentLotModifier and TypeMethodDescriptionObjectFactory.createReagentLot(ReagentLot value) Create an instance ofJAXBElement<ReagentLot>.Constructors in com.genologics.ri.reagentlot with parameters of type ReagentLotModifierConstructorDescriptionReagentLotLink(ReagentLot lot) Constructor from a reagent lot entity.Constructor parameters in com.genologics.ri.reagentlot with type arguments of type ReagentLotModifierConstructorDescriptionConstructor from a linkable reagent lot.Constructor from a LIMS entity linkable reagent lot.ReagentLotLink(Linkable<ReagentLot> link) Constructor from a linkable reagent lot. -
Uses of ReagentLot in com.genologics.ri.step
Methods in com.genologics.ri.step that return types with arguments of type ReagentLotModifier and TypeMethodDescriptionReagentLotLink.getEntityClass()Get the class of the true, full LIMS entity this object links to.Method parameters in com.genologics.ri.step with type arguments of type ReagentLotModifier and TypeMethodDescriptionReagentLots.addReagentLot(LimsEntityLinkable<ReagentLot> lot) Adds a reagent lot to the list by creating a link from the linkable object.Constructor parameters in com.genologics.ri.step with type arguments of type ReagentLotModifierConstructorDescriptionConstructs a new ReagentLotLink from a LIMS entity linkable reagent lot.ReagentLotLink(Linkable<ReagentLot> link) Constructs a new ReagentLotLink from a linkable reagent lot.