Class OutputArrangement

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

public class OutputArrangement extends Object implements LimsLink<Container>, Serializable
Provides a URI linking to the output container and Tube Rack arrangement.
Since:
2.34
See Also:
  • Field Details

    • rackLocation

      protected RackLocation rackLocation
    • uri

      protected URI uri
  • Constructor Details

    • OutputArrangement

      public OutputArrangement()
    • OutputArrangement

      public OutputArrangement(URI uri)
  • Method Details

    • getRackLocation

      public RackLocation getRackLocation()
    • setRackLocation

      public void setRackLocation(RackLocation rackLocation)
    • 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.