java.lang.Object
com.genologics.ri.step.StepCreation
- All Implemented Interfaces:
Serializable
A request to create a step.
- Since:
- 2.18
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StepConfiguration
protected String
protected List<CreationInput>
protected String
-
Constructor Summary
ConstructorDescriptionStepCreation
(Linkable<ProtocolStep> step) StepCreation
(StepConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionaddInput
(CreationInput input) void
setConfiguration
(Linkable<ProtocolStep> step) void
setConfiguration
(StepConfiguration configuration) void
setContainerType
(ContainerType containerType) void
setContainerType
(String containerType) void
setReagentCategory
(String reagentCategory)
-
Field Details
-
configuration
-
containerType
-
reagentCategory
-
inputs
-
-
Constructor Details
-
StepCreation
public StepCreation() -
StepCreation
-
StepCreation
-
-
Method Details
-
getConfiguration
-
setConfiguration
-
setConfiguration
-
getContainerType
-
setContainerType
-
setContainerType
-
getReagentCategory
-
setReagentCategory
-
getInputs
-
addInput
-
addInput
public CreationInput addInput(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates)
-