Class Technician

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

public class Technician extends LimsLinkBase<Researcher>
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
      The URI of the researcher acting as technician.
  • Constructor Details

    • Technician

      public Technician()
      Default constructor.
    • Technician

      public Technician(URI uri)
      Constructor with URI.
      Parameters:
      uri - The researcher URI.
    • Technician

      public Technician(Linkable<Researcher> link)
      Constructor from a linkable researcher.
      Parameters:
      link - The researcher link.
  • Method Details

    • getEntityClass

      public Class<Researcher> getEntityClass()
      Gets the entity class.
      Returns:
      The Researcher class.
    • getUri

      public URI getUri()
      Gets the URI of the researcher.
      Returns:
      The researcher URI.
    • setUri

      public void setUri(URI value)
      Sets the URI of the researcher.
      Parameters:
      value - The researcher URI to set.