Protocol link for a stage in a workflow.
This class represents a reference to a protocol within the Clarity LIMS system.
It extends LimsLinkBase to provide a typed link to a Protocol entity,
enabling navigation to the detailed configuration of the protocol associated with a stage.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ProtocolLink(Linkable<Protocol> link) Constructor from a linkable protocol object.ProtocolLink(URI uri) Constructor with URI. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the protocol.
-
-
Constructor Details
-
ProtocolLink
public ProtocolLink()Default constructor. -
ProtocolLink
Constructor with URI.- Parameters:
uri- The URI of the protocol.
-
ProtocolLink
Constructor from a linkable protocol object.- Parameters:
link- The linkable protocol object.
-
-
Method Details
-
getEntityClass
Gets the entity class for this link.- Returns:
- The Protocol class.
-
getUri
Gets the URI of the protocol.- Returns:
- The URI of the protocol.
-
setUri
Sets the URI of the protocol.- Parameters:
uri- The URI of the protocol.
-