Class ReagentLotLink

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

public class ReagentLotLink extends LimsEntityLinkBase<ReagentLot>
Reagent-lot-link is a child element type of Reagent Lots and provides a URI linking to the detailed representation of a Reagent Lot.
Since:
2.18
See Also:
  • Field Details

    • name

      protected String name
      The name of the Reagent Lot.
      Since:
      2.31
    • limsid

      protected String limsid
      The LIMS id of the reagent lot.
    • uri

      protected URI uri
      The URI of the reagent lot.
  • Constructor Details

    • ReagentLotLink

      public ReagentLotLink()
      Default constructor.
    • ReagentLotLink

      public ReagentLotLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The reagent lot URI.
    • ReagentLotLink

      public ReagentLotLink(URI uri, String limsid)
      Constructor with URI and LIMS id.
      Parameters:
      uri - The reagent lot URI.
      limsid - The LIMS id.
    • ReagentLotLink

      public ReagentLotLink(URI uri, String limsid, String name)
      Constructor with URI, LIMS id, and name.
      Parameters:
      uri - The reagent lot URI.
      limsid - The LIMS id.
      name - The reagent lot name.
    • ReagentLotLink

      public ReagentLotLink(Linkable<ReagentLot> link)
      Constructor from a linkable reagent lot.
      Parameters:
      link - The linkable reagent lot.
    • ReagentLotLink

      public ReagentLotLink(LimsEntityLinkable<ReagentLot> link)
      Constructor from a LIMS entity linkable reagent lot.
      Parameters:
      link - The LIMS entity linkable reagent lot.
    • ReagentLotLink

      public ReagentLotLink(ReagentLot lot)
      Constructor from a reagent lot entity.
      Parameters:
      lot - The reagent lot entity.
  • Method Details

    • getName

      public String getName()
      Gets the name of the reagent lot.
      Returns:
      The reagent lot name.
    • setName

      public void setName(String name)
      Sets the name of the reagent lot.
      Parameters:
      name - The reagent lot name.
    • getLimsid

      public String getLimsid()
      Get the LIMS id for this object.
      Returns:
      The LIMS id.
    • setLimsid

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

      public URI getUri()
      Get the URI of the object we are linking to.
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Set the URI of this object.
      Parameters:
      uri - The new URI.
    • getEntityClass

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