Class ParentProcessLink

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

public class ParentProcessLink extends LimsEntityLinkBase<ClarityProcess>
Parent-process is a child element of Artifact and provides a URI linking to the detailed representation of the process that produced the Artifact.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of this parent process.
    • limsid

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

    • ParentProcessLink

      public ParentProcessLink()
      Default constructor.
    • ParentProcessLink

      public ParentProcessLink(URI uri)
      Constructor taking a URI.
      Parameters:
      uri - The parent process URI.
    • ParentProcessLink

      public ParentProcessLink(URI uri, String limsid)
      Constructor taking a URI and LIMS id.
      Parameters:
      uri - The parent process URI.
      limsid - The parent process LIMS id.
    • ParentProcessLink

      public ParentProcessLink(Linkable<ClarityProcess> link)
      Constructor from a Linkable.
      Parameters:
      link - The linkable object to copy.
    • ParentProcessLink

      public ParentProcessLink(LimsEntityLinkable<ClarityProcess> link)
      Constructor from a LimsEntityLinkable.
      Parameters:
      link - The LIMS entity linkable object to copy.
  • Method Details

    • getEntityClass

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

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

      public void setLimsid(String value)
      Sets the LIMS id.
      Parameters:
      value - The parent process LIMS id.
    • getUri

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

      public void setUri(URI value)
      Sets the URI.
      Parameters:
      value - The parent process URI.