java.lang.Object
com.genologics.ri.step.Technician
- All Implemented Interfaces:
LimsLink<Researcher>,Linkable<Researcher>,Locatable,Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTechnician(Linkable<Researcher> technician) Technician(Researcher technician) Technician(URI uri) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getUri()Get the URI of the object we are linking to.voidsetFirstName(String firstName) voidsetLastName(String lastName) voidSet the URI of this object.toString()
-
Field Details
-
firstName
-
lastName
-
uri
-
-
Constructor Details
-
Technician
public Technician() -
Technician
-
Technician
-
Technician
-
-
Method Details
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<Researcher>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Description copied from interface:LocatableSet the URI of this object. -
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Researcher>- Returns:
- The real object class.
-
toString
-