Uses of Class
com.genologics.ri.reagentkit.ReagentKit
Packages that use ReagentKit
Package
Description
Entities for process type definitions in the Clarity system.
Provides JAXB binding classes for the Clarity REST API reagent kit entity and its related components.
Entities for step configuration in the Clarity system.
-
Uses of ReagentKit in com.genologics.ri.processtype
Methods in com.genologics.ri.processtype that return types with arguments of type ReagentKitModifier and TypeMethodDescriptionReagentKitLink.getEntityClass()Gets the entity class for this link.Constructors in com.genologics.ri.processtype with parameters of type ReagentKitModifierConstructorDescriptionReagentKitLink(ReagentKit kit) Constructs a new reagent kit link from a reagent kit entity.Constructor parameters in com.genologics.ri.processtype with type arguments of type ReagentKitModifierConstructorDescriptionReagentKitLink(Linkable<ReagentKit> link) Constructs a new reagent kit link from a linkable object. -
Uses of ReagentKit in com.genologics.ri.reagentkit
Methods in com.genologics.ri.reagentkit that return ReagentKitModifier and TypeMethodDescriptionObjectFactory.createReagentKit()Creates a new ReagentKit instance.Methods in com.genologics.ri.reagentkit that return types with arguments of type ReagentKitModifier and TypeMethodDescriptionObjectFactory.createReagentKit(ReagentKit value) Creates a JAXBElement for a ReagentKit.ReagentKitLink.getEntityClass()Get the class of the true, full LIMS entity this object links to.ReagentKit.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.reagentkit with parameters of type ReagentKitModifier and TypeMethodDescriptionObjectFactory.createReagentKit(ReagentKit value) Creates a JAXBElement for a ReagentKit.Constructors in com.genologics.ri.reagentkit with parameters of type ReagentKitConstructor parameters in com.genologics.ri.reagentkit with type arguments of type ReagentKitModifierConstructorDescriptionReagentKitLink(Linkable<ReagentKit> link) Constructor from a Linkable. -
Uses of ReagentKit in com.genologics.ri.reagentlot
Methods in com.genologics.ri.reagentlot that return types with arguments of type ReagentKitModifier and TypeMethodDescriptionReagentKitLink.getEntityClass()Get the class of the true, full LIMS entity this object links to.Method parameters in com.genologics.ri.reagentlot with type arguments of type ReagentKitModifier and TypeMethodDescriptionvoidReagentLot.setReagentKit(Linkable<ReagentKit> reagentKit) Sets the reagent kit for this lot.Constructors in com.genologics.ri.reagentlot with parameters of type ReagentKitModifierConstructorDescriptionReagentKitLink(ReagentKit kit) Constructor from a reagent kit entity.Constructor parameters in com.genologics.ri.reagentlot with type arguments of type ReagentKitModifierConstructorDescriptionReagentKitLink(Linkable<ReagentKit> link) Constructor from a linkable reagent kit. -
Uses of ReagentKit in com.genologics.ri.stepconfiguration
Methods in com.genologics.ri.stepconfiguration that return types with arguments of type ReagentKitModifier and TypeMethodDescriptionReagentKitLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.stepconfiguration with type arguments of type ReagentKitModifier and TypeMethodDescriptionProtocolStep.addRequiredReagentKit(Linkable<ReagentKit> kit) Adds a required reagent kit.Constructors in com.genologics.ri.stepconfiguration with parameters of type ReagentKitModifierConstructorDescriptionReagentKitLink(ReagentKit kit) Constructor from a reagent kit entity.Constructor parameters in com.genologics.ri.stepconfiguration with type arguments of type ReagentKitModifierConstructorDescriptionReagentKitLink(Linkable<ReagentKit> link) Constructor from a linkable reagent kit.