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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStepConfiguration(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.voidsetProtocolStep(Linkable<ProtocolStep> protocolStep) voidsetProtocolStepUri(URI protocolStepUri) voidsetStepName(String stepName) voidSet 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:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ProtocolStep>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Description copied from interface:LocatableSet the URI of this object. -
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<ProtocolStep>- Returns:
- The real object class.
-