Class ContainerLink

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

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

    • uri

      protected URI uri
  • Constructor Details

    • ContainerLink

      public ContainerLink()
    • ContainerLink

      public ContainerLink(URI uri)
    • ContainerLink

      public ContainerLink(Linkable<Container> link)
  • Method Details

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