Class PoolsLink

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

public class PoolsLink extends LimsLinkBase<Pools>
Identifies the resource that represents the pools added by the step.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the pools resource.
  • Constructor Details

    • PoolsLink

      public PoolsLink()
      Default constructor.
    • PoolsLink

      public PoolsLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the pools resource.
    • PoolsLink

      public PoolsLink(Linkable<Pools> pools)
      Constructor with pools object.
      Parameters:
      pools - The pools object to link to.
  • Method Details

    • getEntityClass

      public Class<Pools> getEntityClass()
      Gets the entity class for this link.
      Returns:
      The Pools class.
    • getUri

      public URI getUri()
      Gets the URI of the pools resource.
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI of the pools resource.
      Parameters:
      uri - The URI to set.