java.lang.Object
com.genologics.ri.stepconfiguration.NextStep
All Implemented Interfaces:
LimsLink<ProtocolStep>, Linkable<ProtocolStep>, Locatable, Serializable

public class NextStep extends Object implements LimsLink<ProtocolStep>, Serializable
List of step transitions including the URI allowing access to the specific next step
See Also:
  • Field Details

    • name

      protected String name
    • sequence

      protected Integer sequence
    • nextStepUri

      protected URI nextStepUri
  • Constructor Details

    • NextStep

      public NextStep()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getSequence

      public Integer getSequence()
    • setSequence

      public void setSequence(Integer sequence)
    • getNextStepUri

      public URI getNextStepUri()
    • 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<ProtocolStep>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setNextStepUri

      public void setNextStepUri(URI nextStepUri)
    • setNextStep

      public void setNextStep(Linkable<ProtocolStep> step)
    • setUri

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

      public Class<ProtocolStep> 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<ProtocolStep>
      Returns:
      The real object class.