java.lang.Object
com.genologics.ri.workflowconfiguration.ProtocolLink
Protocol-link is a child element type of workflow and provides a URI linking
to the detailed representation of a protocol.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProtocolLink
(Linkable<Protocol> link) ProtocolLink
(URI uri) ProtocolLink
(URI uri, String name) -
Method Summary
-
Field Details
-
uri
-
name
-
-
Constructor Details
-
ProtocolLink
public ProtocolLink() -
ProtocolLink
-
ProtocolLink
-
ProtocolLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Protocol>
- Returns:
- The real object class.
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getName
-
setName
-
toString
-