Class ReagentKitLink

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

public class ReagentKitLink extends LockableSetting implements LimsLink<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
    • uri

      protected URI uri
  • Constructor Details

    • ReagentKitLink

      public ReagentKitLink()
    • ReagentKitLink

      public ReagentKitLink(URI uri)
    • ReagentKitLink

      public ReagentKitLink(URI uri, String name)
    • ReagentKitLink

      public ReagentKitLink(Linkable<ReagentKit> link)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<ReagentKit>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • getEntityClass

      public Class<ReagentKit> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<ReagentKit>
      Returns:
      The real object class.
    • toString

      public String toString()
      Overrides:
      toString in class Object