Class ContainerLink

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

public class ContainerLink extends LimsLinkBase<Container>
Provides a URI linking to a selected container to be used for placement.
See Also:
  • Field Details

    • uri

      protected URI uri
      URI of the container.
  • Constructor Details

    • ContainerLink

      public ContainerLink()
      Default constructor.
    • ContainerLink

      public ContainerLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the container.
    • ContainerLink

      public ContainerLink(Linkable<Container> link)
      Constructor from a linkable object.
      Parameters:
      link - The linkable container.
  • Method Details

    • getUri

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

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

      public Class<Container> getEntityClass()
      Gets the entity class.
      Returns:
      The Container class.