java.lang.Object
com.genologics.ri.step.StepConfiguration
- All Implemented Interfaces:
LimsLink<ProtocolStep>
,Linkable<ProtocolStep>
,Locatable
,Serializable
Identifies the configuration information for the step run.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStepConfiguration
(URI protocolStepUri) StepConfiguration
(URI protocolStepUri, String stepName) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getUri()
Get the URI of the object we are linking to.void
setProtocolStep
(Linkable<ProtocolStep> protocolStep) void
setProtocolStepUri
(URI protocolStepUri) void
setStepName
(String stepName) void
Set the URI of this object.
-
Field Details
-
protocolStepUri
-
stepName
-
-
Constructor Details
-
StepConfiguration
public StepConfiguration() -
StepConfiguration
-
StepConfiguration
-
StepConfiguration
-
-
Method Details
-
getProtocolStepUri
-
setProtocolStepUri
-
setProtocolStep
-
getStepName
-
setStepName
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<ProtocolStep>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<ProtocolStep>
- Returns:
- The real object class.
-