Class ProtocolLink

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

public class ProtocolLink extends LimsLinkBase<Protocol>
Protocol link for a stage in a workflow.

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

See Also:
  • Field Details

    • uri

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

    • ProtocolLink

      public ProtocolLink()
      Default constructor.
    • ProtocolLink

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

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

    • getEntityClass

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

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

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