- All Implemented Interfaces:
LimsLink<ProcessStep>,Linkable<ProcessStep>,Locatable,Serializable
The details of the pooling step that created the pooled sample(s).
- Since:
- 2.26
- See Also:
-
Field Details
-
uri
The URI of this pool step. -
name
The name of this pool step.
-
-
Constructor Details
-
PoolStep
public PoolStep()Default constructor. -
PoolStep
Constructor taking a URI.- Parameters:
uri- The pool step URI.
-
PoolStep
Constructor taking a URI and name.- Parameters:
uri- The pool step URI.name- The pool step name.
-
PoolStep
Constructor from a Linkable.- Parameters:
step- The linkable step to copy.
-
-
Method Details
-
getUri
Gets the URI.- Returns:
- The pool step URI.
-
setUri
Sets the URI.- Parameters:
uri- The pool step URI.
-
getName
Gets the name.- Returns:
- The pool step name.
-
setName
Sets the name.- Parameters:
name- The pool step name.
-
getEntityClass
Gets the entity class.- Returns:
- The ProcessStep class.
-