Class Technician

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

public class Technician extends LimsLinkBase<Researcher>
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
      The first name of the technician.
    • lastName

      protected String lastName
      The last name of the technician.
    • uri

      protected URI uri
      The URI of the technician.
  • Constructor Details

    • Technician

      public Technician()
      Default constructor.
    • Technician

      public Technician(URI uri)
      Constructor with URI.
      Parameters:
      uri - the URI of the technician.
    • Technician

      public Technician(Linkable<Researcher> link)
      Constructor from a linkable object.
      Parameters:
      link - the linkable object.
    • Technician

      public Technician(Researcher researcher)
      Constructor from a researcher.
      Parameters:
      researcher - the researcher.
  • Method Details

    • getEntityClass

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

      public String getFirstName()
      Gets the first name.
      Returns:
      the first name.
    • setFirstName

      public void setFirstName(String firstName)
      Sets the first name.
      Parameters:
      firstName - the first name to set.
    • getLastName

      public String getLastName()
      Gets the last name.
      Returns:
      the last name.
    • setLastName

      public void setLastName(String lastName)
      Sets the last name.
      Parameters:
      lastName - the last name to set.
    • getFullName

      public String getFullName()
      Convenience method for returning the full name of the technician.
      Returns:
      The full name.
      Since:
      2.34.2
    • getUri

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

      public void setUri(URI uri)
      Sets the URI.
      Parameters:
      uri - the URI to set.
    • toString

      public String toString()
      Returns a string representation of this technician.
      Overrides:
      toString in class LimsLinkBase<Researcher>
      Returns:
      The researcher URI and name.
      See Also: