Class PoolsLink

java.lang.Object
com.genologics.ri.step.PoolsLink
All Implemented Interfaces:
LimsLink<Pools>, Linkable<Pools>, Locatable, Serializable

public class PoolsLink extends Object implements LimsLink<Pools>, Serializable
Identifies the resource that represents the pools added by the step.
See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • PoolsLink

      public PoolsLink()
    • PoolsLink

      public PoolsLink(URI uri)
    • PoolsLink

      public PoolsLink(Linkable<Pools> pools)
  • Method Details

    • getEntityClass

      public Class<Pools> 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<Pools>
      Returns:
      The real object class.
    • 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<Pools>
      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.