java.lang.Object
com.genologics.ri.step.StepDetails
- All Implemented Interfaces:
Linkable<StepDetails>
,Locatable
,UDFHolder
,Serializable
- Since:
- 2.18
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StepConfiguration
protected List<InputOutputMap>
protected InstrumentLink
protected String
protected Link
protected URI
-
Constructor Summary
-
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.void
setConfiguration
(StepConfiguration configuration) void
setInstrument
(Linkable<Instrument> link) void
void
void
Set the URI of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:UDFHolder
Get a list of user defined fields held by the entity.- Specified by:
getUserDefinedFields
in 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:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object.
-