Class Technician

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

public class Technician extends LimsLinkBase<Researcher>
Technician is a child element of Step and provides a URI linking to the detailed representation of the technician that ran the Step.
Since:
2.34
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 researcher resource representing the technician.
  • Constructor Details

    • Technician

      public Technician()
      Default constructor.
    • Technician

      public Technician(URI uri)
      Constructor taking a URI.
      Parameters:
      uri - The URI of the technician.
    • Technician

      public Technician(Linkable<Researcher> technician)
      Constructor taking a linkable researcher.
      Parameters:
      technician - The linkable researcher representing the technician.
      Throws:
      NullPointerException - if technician is null.
    • Technician

      public Technician(Researcher technician)
      Constructor taking a researcher.
      Parameters:
      technician - The researcher representing the technician.
      Throws:
      NullPointerException - if technician is null.
  • Method Details

    • getFirstName

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

      public void setFirstName(String firstName)
      Sets the first name of the technician.
      Parameters:
      firstName - The first name.
    • getLastName

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

      public void setLastName(String lastName)
      Sets the last name of the technician.
      Parameters:
      lastName - The last name.
    • 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 of the researcher resource.
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI of the researcher resource.
      Parameters:
      uri - The URI.
    • getEntityClass

      public Class<Researcher> getEntityClass()
      Gets the entity class for this link.
      Returns:
      The Researcher class.
    • 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: