java.lang.Object
com.genologics.ri.workflowconfiguration.WorkflowLink
All Implemented Interfaces:
LimsLink<Workflow>, Linkable<Workflow>, Locatable, Serializable

public class WorkflowLink extends Object implements LimsLink<Workflow>, Serializable
Workflow-link is a child element type of workflows and provides a URI linking to the detailed representation of a workflow.
See Also:
  • Field Details

    • uri

      protected URI uri
    • name

      protected String name
    • status

      protected Status status
  • Constructor Details

    • WorkflowLink

      public WorkflowLink()
    • WorkflowLink

      public WorkflowLink(URI uri)
    • WorkflowLink

      public WorkflowLink(URI uri, String name)
    • WorkflowLink

      public WorkflowLink(Linkable<Workflow> link)
  • Method Details

    • getEntityClass

      public Class<Workflow> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<Workflow>
      Returns:
      The real object class.
    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<Workflow>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getStatus

      public Status getStatus()
    • setStatus

      public void setStatus(Status status)
    • toString

      public String toString()
      Overrides:
      toString in class Object