Class PoolStep

java.lang.Object
com.genologics.ri.LimsLinkBase<ProcessStep>
com.genologics.ri.artifact.PoolStep
All Implemented Interfaces:
LimsLink<ProcessStep>, Linkable<ProcessStep>, Locatable, Serializable

public class PoolStep extends LimsLinkBase<ProcessStep>
The details of the pooling step that created the pooled sample(s).
Since:
2.26
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of this pool step.
    • name

      protected String name
      The name of this pool step.
  • Constructor Details

    • PoolStep

      public PoolStep()
      Default constructor.
    • PoolStep

      public PoolStep(URI uri)
      Constructor taking a URI.
      Parameters:
      uri - The pool step URI.
    • PoolStep

      public PoolStep(URI uri, String name)
      Constructor taking a URI and name.
      Parameters:
      uri - The pool step URI.
      name - The pool step name.
    • PoolStep

      public PoolStep(Linkable<ProcessStep> step)
      Constructor from a Linkable.
      Parameters:
      step - The linkable step to copy.
  • Method Details

    • getUri

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

      public void setUri(URI uri)
      Sets the URI.
      Parameters:
      uri - The pool step URI.
    • getName

      public String getName()
      Gets the name.
      Returns:
      The pool step name.
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - The pool step name.
    • getEntityClass

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