Class Technician

java.lang.Object
com.genologics.ri.processexecution.Technician
All Implemented Interfaces:
LimsLink<Researcher>, Linkable<Researcher>, Locatable, Serializable

public class Technician extends Object implements LimsLink<Researcher>, Serializable
The technician element provides a URI to the user that is responsible for the Process. Once the Process completes, this user is listed as the technician that ran the Process.
See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • Technician

      public Technician()
    • Technician

      public Technician(URI uri)
    • Technician

      public Technician(Linkable<Researcher> link)
  • Method Details

    • getEntityClass

      public Class<Researcher> 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<Researcher>
      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<Researcher>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

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