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
Fields -
Constructor Summary
Constructors -
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.voidvoidsetNextStep(Linkable<ProtocolStep> step) voidsetNextStepUri(URI nextStepUri) voidsetSequence(Integer sequence) voidSet 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:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ProtocolStep>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setNextStepUri
-
setNextStep
-
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.
-