- All Implemented Interfaces:
LimsLink<ProcessStep>,Linkable<ProcessStep>,Locatable,Serializable
Identifies the resource that represents the step that was automatically begun when the
"Automatically start Next Step" option is enabled in a step's configuration.
- Since:
- 2.22
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor from a linkable object.AutomaticNextStepLink(URI uri) Constructor with URI. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.getUri()Gets the URI.voidSets the URI.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
URI of the automatic next step.
-
-
Constructor Details
-
AutomaticNextStepLink
public AutomaticNextStepLink()Default constructor. -
AutomaticNextStepLink
Constructor with URI.- Parameters:
uri- The URI of the automatic next step.
-
AutomaticNextStepLink
Constructor from a linkable object.- Parameters:
link- The linkable process step.
-
-
Method Details
-
getUri
Gets the URI.- Returns:
- The URI.
-
setUri
Sets the URI.- Parameters:
uri- The URI.
-
getEntityClass
Gets the entity class.- Returns:
- The ProcessStep class.
-