java.lang.Object
com.genologics.ri.processexecution.Technician
- All Implemented Interfaces:
LimsLink<Researcher>
,Linkable<Researcher>
,Locatable
,Serializable
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 Summary
-
Constructor Summary
-
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.void
Set the URI of this object.
-
Field Details
-
uri
-
-
Constructor Details
-
Technician
public Technician() -
Technician
-
Technician
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Researcher>
- Returns:
- The real object class.
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<Researcher>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object.
-