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) getLink()Get a concrete link object to thisLinkablething.getStep()getUri()Get the URI of this object.Get a list of user defined fields held by the entity.voidsetConfiguration(StepConfiguration configuration) voidsetInstrument(Instrument instrument) 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.
-
getPreset
-
setPreset
-
getInstrument
-
setInstrument
-
setInstrument
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLink
Get a concrete link object to thisLinkablething.- Specified by:
getLinkin interfaceLinkable<StepDetails>- Returns:
- A
LimsLinkto this object.
-