Class ProcessLink

All Implemented Interfaces:
LimsEntityLink<ClarityProcess>, LimsEntityLinkable<ClarityProcess>, LimsLink<ClarityProcess>, Linkable<ClarityProcess>, Locatable, Serializable

public class ProcessLink extends LimsEntityLinkBase<ClarityProcess>
Process-link is a child element type of process and provides a URI linking to the detailed representation of a process.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the process.
    • limsid

      protected String limsid
      The LIMS id of the process.
  • Constructor Details

    • ProcessLink

      public ProcessLink()
      Default constructor.
    • ProcessLink

      public ProcessLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - the URI of the process.
    • ProcessLink

      public ProcessLink(URI uri, String limsid)
      Constructor with URI and LIMS id.
      Parameters:
      uri - the URI of the process.
      limsid - the LIMS id of the process.
    • ProcessLink

      public ProcessLink(Linkable<ClarityProcess> link)
      Constructor from a linkable object.
      Parameters:
      link - the linkable object.
    • ProcessLink

      public ProcessLink(LimsEntityLinkable<ClarityProcess> link)
      Constructor from a LIMS entity linkable object.
      Parameters:
      link - the LIMS entity linkable object.
  • Method Details

    • getEntityClass

      public Class<ClarityProcess> getEntityClass()
      Gets the entity class.
      Returns:
      the ClarityProcess class.
    • getUri

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

      public void setUri(URI uri)
      Sets the URI.
      Parameters:
      uri - the URI to set.
    • getLimsid

      public String getLimsid()
      Gets the LIMS id.
      Returns:
      the LIMS id.
    • setLimsid

      public void setLimsid(String limsid)
      Sets the LIMS id.
      Parameters:
      limsid - the LIMS id to set.