Class ReagentsLink

java.lang.Object
com.genologics.ri.LimsLinkBase<Reagents>
com.genologics.ri.step.ReagentsLink
All Implemented Interfaces:
LimsLink<Reagents>, Linkable<Reagents>, Locatable, Serializable

public class ReagentsLink extends LimsLinkBase<Reagents>
Identifies the resource that represents the reagents added by the step.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the reagents resource.
  • Constructor Details

    • ReagentsLink

      public ReagentsLink()
      Creates an empty reagents link.
    • ReagentsLink

      public ReagentsLink(URI uri)
      Creates a reagents link with the given URI.
      Parameters:
      uri - The URI of the reagents resource.
    • ReagentsLink

      public ReagentsLink(Linkable<Reagents> link)
      Creates a reagents link from a linkable object.
      Parameters:
      link - The linkable object to extract the URI from.
      Throws:
      NullPointerException - if link is null.
  • Method Details

    • getEntityClass

      public Class<Reagents> getEntityClass()
      Get the class of the true, full LIMS entity this object links to.
      Returns:
      The real object class.
    • getUri

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

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