Class ReagentLotsLink

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

public class ReagentLotsLink extends LimsLinkBase<ReagentLots>
Identifies the resource that represents the reagent lots for the step.
Since:
2.18
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the reagent lots resource.
  • Constructor Details

    • ReagentLotsLink

      public ReagentLotsLink()
      Creates an empty reagent lots link.
    • ReagentLotsLink

      public ReagentLotsLink(URI uri)
      Creates a reagent lots link with the given URI.
      Parameters:
      uri - The URI of the reagent lots resource.
    • ReagentLotsLink

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

    • getUri

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

      public void setUri(URI uri)
      Sets the URI of the reagent lots resource.
      Parameters:
      uri - The URI.
    • getEntityClass

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