Class ProtocolStepLink

java.lang.Object
com.genologics.ri.LimsLinkBase<ProtocolStep>
com.genologics.ri.stage.ProtocolStepLink
All Implemented Interfaces:
LimsLink<ProtocolStep>, Linkable<ProtocolStep>, Locatable, Serializable

public class ProtocolStepLink extends LimsLinkBase<ProtocolStep>
Protocol step link for a stage in a workflow.

This class represents a reference to a protocol step within the Clarity LIMS system. It extends LimsLinkBase to provide a typed link to a ProtocolStep entity, enabling navigation to the detailed configuration of the protocol step associated with a stage.

See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the protocol step.
  • Constructor Details

    • ProtocolStepLink

      public ProtocolStepLink()
      Default constructor.
    • ProtocolStepLink

      public ProtocolStepLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the protocol step.
    • ProtocolStepLink

      public ProtocolStepLink(Linkable<ProtocolStep> link)
      Constructor from a linkable protocol step object.
      Parameters:
      link - The linkable protocol step object.
  • Method Details

    • getEntityClass

      public Class<ProtocolStep> getEntityClass()
      Gets the entity class for this link.
      Returns:
      The ProtocolStep class.
    • getUri

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

      public void setUri(URI uri)
      Sets the URI of the protocol step.
      Parameters:
      uri - The URI of the protocol step.