Class ReagentKitLink

java.lang.Object
com.genologics.ri.LimsLinkBase<ReagentKit>
com.genologics.ri.reagentlot.ReagentKitLink
All Implemented Interfaces:
LimsLink<ReagentKit>, Linkable<ReagentKit>, Locatable, Serializable

public class ReagentKitLink extends LimsLinkBase<ReagentKit>
Reagent-Kit-Link is an element providing a URI linking to the detailed representation of a reagent kit.
Since:
2.18
See Also:
  • Field Details

    • name

      protected String name
      The name of the reagent kit.
    • uri

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

    • ReagentKitLink

      public ReagentKitLink()
      Default constructor.
    • ReagentKitLink

      public ReagentKitLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The reagent kit URI.
    • ReagentKitLink

      public ReagentKitLink(URI uri, String name)
      Constructor with URI and name.
      Parameters:
      uri - The reagent kit URI.
      name - The reagent kit name.
    • ReagentKitLink

      public ReagentKitLink(Linkable<ReagentKit> link)
      Constructor from a linkable reagent kit.
      Parameters:
      link - The linkable reagent kit.
    • ReagentKitLink

      public ReagentKitLink(ReagentKit kit)
      Constructor from a reagent kit entity.
      Parameters:
      kit - The reagent kit entity.
  • Method Details

    • getName

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

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

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

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

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

      public String toString()
      Returns a string representation of this reagent kit link.
      Overrides:
      toString in class LimsLinkBase<ReagentKit>
      Returns:
      The reagent kit URI and name.
      See Also: