java.lang.Object
com.genologics.ri.stepconfiguration.NextStep
- All Implemented Interfaces:
LimsLink<ProtocolStep>
,Linkable<ProtocolStep>
,Locatable
,Serializable
List of step transitions including the URI allowing access to the specific
next step
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getName()
getUri()
Get the URI of the object we are linking to.void
void
setNextStep
(Linkable<ProtocolStep> step) void
setNextStepUri
(URI nextStepUri) void
setSequence
(Integer sequence) void
Set the URI of this object.
-
Field Details
-
name
-
sequence
-
nextStepUri
-
-
Constructor Details
-
NextStep
public NextStep()
-
-
Method Details
-
getName
-
setName
-
getSequence
-
setSequence
-
getNextStepUri
-
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.
-
setNextStepUri
-
setNextStep
-
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.
-