Class Arrangements

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

public class Arrangements extends Object implements Linkable<Arrangements>, Serializable
The detailed representation of a step's output container Tube Rack arrangements only for an Add Label Step.
Since:
2.34
See Also:
  • Field Details

  • Constructor Details

    • Arrangements

      public Arrangements()
  • Method Details

    • getStep

      public Link getStep()
    • setStep

      public void setStep(Link step)
    • getConfiguration

      public StepConfiguration getConfiguration()
    • setConfiguration

      public void setConfiguration(StepConfiguration configuration)
    • getOutputArrangements

      public List<OutputArrangement> getOutputArrangements()
    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      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.
    • getLink

      public LimsLink<Arrangements> getLink()
      Get a concrete link object to this Linkable thing.
      Specified by:
      getLink in interface Linkable<Arrangements>
      Returns:
      A LimsLink to this object.