java.lang.Object
com.genologics.ri.processtemplate.Technician
- All Implemented Interfaces:
LimsLink<Researcher>
,Linkable<Researcher>
,Locatable
,Serializable
Technician is a child element of process-template and provides a URI linking
to the detailed representation of the technician that is configured to run a
Process created using this Process Template.
- 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
setFirstName
(String firstName) void
setLastName
(String lastName) void
Set the URI of this object.toString()
-
Field Details
-
firstName
-
lastName
-
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.
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
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. -
toString
-