Class ReagentKitLink

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

public class ReagentKitLink extends LimsLinkBase<ReagentKit>
Reagent-kit-link is a child element type of reagentKits and provides a URI linking to the detailed representation of a ReagentKit.
Since:
2.25
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()
      Constructs a new reagent kit link.
    • ReagentKitLink

      public ReagentKitLink(String name)
      Constructs a new reagent kit link with the specified name.
      Parameters:
      name - the name of the reagent kit.
    • ReagentKitLink

      public ReagentKitLink(Linkable<ReagentKit> link)
      Constructs a new reagent kit link from a linkable object.
      Parameters:
      link - the linkable object providing the URI.
    • ReagentKitLink

      public ReagentKitLink(ReagentKit kit)
      Constructs a new reagent kit link 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()
      Gets the entity class for this link.
      Returns:
      the ReagentKit 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: