Class AutomaticNextStepLink

java.lang.Object
com.genologics.ri.LimsLinkBase<ProcessStep>
com.genologics.ri.step.AutomaticNextStepLink
All Implemented Interfaces:
LimsLink<ProcessStep>, Linkable<ProcessStep>, Locatable, Serializable

public class AutomaticNextStepLink extends LimsLinkBase<ProcessStep>
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 Details

    • uri

      protected URI uri
      URI of the automatic next step.
  • Constructor Details

    • AutomaticNextStepLink

      public AutomaticNextStepLink()
      Default constructor.
    • AutomaticNextStepLink

      public AutomaticNextStepLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the automatic next step.
    • AutomaticNextStepLink

      public AutomaticNextStepLink(Linkable<ProcessStep> link)
      Constructor from a linkable object.
      Parameters:
      link - The linkable process step.
  • Method Details

    • getUri

      public URI getUri()
      Gets the URI.
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI.
      Parameters:
      uri - The URI.
    • getEntityClass

      public Class<ProcessStep> getEntityClass()
      Gets the entity class.
      Returns:
      The ProcessStep class.