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
FieldsModifier and TypeFieldDescriptionprotected StepConfigurationprotected Stringprotected List<CreationInput>protected String -
Constructor Summary
ConstructorsConstructorDescriptionStepCreation(Linkable<ProtocolStep> step) StepCreation(StepConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionaddInput(CreationInput input) voidsetConfiguration(Linkable<ProtocolStep> step) voidsetConfiguration(StepConfiguration configuration) voidsetContainerType(ContainerType containerType) voidsetContainerType(String containerType) voidsetReagentCategory(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)
-