- 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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Technician(Linkable<Researcher> link) Constructor from a linkable researcher.Technician(URI uri) Constructor with URI. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.getUri()Gets the URI of the researcher.voidSets the URI of the researcher.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the researcher acting as technician.
-
-
Constructor Details
-
Technician
public Technician()Default constructor. -
Technician
Constructor with URI.- Parameters:
uri- The researcher URI.
-
Technician
Constructor from a linkable researcher.- Parameters:
link- The researcher link.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- The Researcher class.
-
getUri
Gets the URI of the researcher.- Returns:
- The researcher URI.
-
setUri
Sets the URI of the researcher.- Parameters:
value- The researcher URI to set.
-