Uses of Class
com.genologics.ri.processtemplate.Technician
Packages that use Technician
Package
Description
Entities for process templates in the Clarity system.
-
Uses of Technician in com.genologics.ri.processtemplate
Fields in com.genologics.ri.processtemplate declared as TechnicianModifier and TypeFieldDescriptionprotected TechnicianProcessTemplate.technicianThe technician configured to run processes created from this template.Methods in com.genologics.ri.processtemplate that return TechnicianModifier and TypeMethodDescriptionObjectFactory.createTechnician()Creates a new Technician instance.ProcessTemplate.getTechnician()Gets the technician.Methods in com.genologics.ri.processtemplate that return types with arguments of type TechnicianModifier and TypeMethodDescriptionObjectFactory.createProcessTemplateTechnician(Technician value) Creates a JAXBElement for process template technician.Methods in com.genologics.ri.processtemplate with parameters of type TechnicianModifier and TypeMethodDescriptionObjectFactory.createProcessTemplateTechnician(Technician value) Creates a JAXBElement for process template technician.voidProcessTemplate.setTechnician(Technician technician) Sets the technician.