java.lang.Object
com.genologics.ri.step.StepDetails
- All Implemented Interfaces:
Linkable<StepDetails>,Locatable,UDFHolder,Serializable
- Since:
- 2.18
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StepConfigurationprotected List<InputOutputMap>protected InstrumentLinkprotected Stringprotected Linkprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) addInputOutputMap(InputOutputMap iomap) addUserDefinedField(UDF udf) Deprecated.addUserDefinedField(String name, FieldType type, String value) Deprecated.getStep()getUri()Get the URI of this object.getUserDefinedField(String name) Deprecated.Get a list of user defined fields held by the entity.voidsetConfiguration(StepConfiguration configuration) voidsetInstrument(Linkable<Instrument> link) voidvoidvoidSet the URI of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
step
-
configuration
-
inputOutputMaps
-
fields
-
preset
-
instrument
-
uri
-
-
Constructor Details
-
StepDetails
public StepDetails() -
StepDetails
-
-
Method Details
-
getStep
-
setStep
-
getConfiguration
-
setConfiguration
-
getInputOutputMaps
-
addInputOutputMap
-
addInputOutputMap
public InputOutputMap addInputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) -
getUserDefinedFields
Description copied from interface:UDFHolderGet a list of user defined fields held by the entity.- Specified by:
getUserDefinedFieldsin interfaceUDFHolder- Returns:
- A list of UDF objects. This should never return null.
-
getUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
getPreset
-
setPreset
-
getInstrument
-
setInstrument
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object.
-