Class Technician

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

public class Technician extends Object implements LimsLink<Researcher>, Serializable
Technician is a child element of Process and provides a URI linking to the detailed representation of the technician that ran the Process.
See Also:
  • Field Details

    • firstName

      protected String firstName
    • lastName

      protected String lastName
    • 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.
    • getFirstName

      public String getFirstName()
    • setFirstName

      public void setFirstName(String firstName)
    • getLastName

      public String getLastName()
    • setLastName

      public void setLastName(String lastName)
    • 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 uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • toString

      public String toString()
      Overrides:
      toString in class Object