Class AutomaticNextStepLink

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

public class AutomaticNextStepLink extends Object implements LimsLink<ProcessStep>, 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 Details

    • uri

      protected URI uri
  • Constructor Details

    • AutomaticNextStepLink

      public AutomaticNextStepLink()
    • AutomaticNextStepLink

      public AutomaticNextStepLink(URI uri)
    • AutomaticNextStepLink

      public AutomaticNextStepLink(Linkable<ProcessStep> link)
  • Method Details

    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<ProcessStep>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • getEntityClass

      public Class<ProcessStep> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<ProcessStep>
      Returns:
      The real object class.