java.lang.Object
com.genologics.ri.workflowconfiguration.WorkflowLink
Workflow-link is a child element type of workflows and provides a URI linking
to the detailed representation of a workflow.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionWorkflowLink
(Linkable<Workflow> link) WorkflowLink
(URI uri) WorkflowLink
(URI uri, String name) -
Method Summary
-
Field Details
-
uri
-
name
-
status
-
-
Constructor Details
-
WorkflowLink
public WorkflowLink() -
WorkflowLink
-
WorkflowLink
-
WorkflowLink
-
-
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<Workflow>
- 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
-
getStatus
-
setStatus
-
toString
-