- All Implemented Interfaces:
LimsLink<Researcher>,Linkable<Researcher>,Locatable,Serializable
Technician is a child element of Process and provides a URI linking to the
detailed representation of the technician that ran the Process.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Technician(Linkable<Researcher> link) Constructor from a linkable object.Technician(Researcher researcher) Constructor from a researcher.Technician(URI uri) Constructor with URI. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.Gets the first name.Convenience method for returning the full name of the technician.Gets the last name.getUri()Gets the URI.voidsetFirstName(String firstName) Sets the first name.voidsetLastName(String lastName) Sets the last name.voidSets the URI.toString()Returns a string representation of this technician.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode
-
Field Details
-
firstName
The first name of the technician. -
lastName
The last name of the technician. -
uri
The URI of the technician.
-
-
Constructor Details
-
Technician
public Technician()Default constructor. -
Technician
Constructor with URI.- Parameters:
uri- the URI of the technician.
-
Technician
Constructor from a linkable object.- Parameters:
link- the linkable object.
-
Technician
Constructor from a researcher.- Parameters:
researcher- the researcher.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- the Researcher class.
-
getFirstName
Gets the first name.- Returns:
- the first name.
-
setFirstName
Sets the first name.- Parameters:
firstName- the first name to set.
-
getLastName
Gets the last name.- Returns:
- the last name.
-
setLastName
Sets the last name.- Parameters:
lastName- the last name to set.
-
getFullName
Convenience method for returning the full name of the technician.- Returns:
- The full name.
- Since:
- 2.34.2
-
getUri
Gets the URI.- Returns:
- the URI.
-
setUri
Sets the URI.- Parameters:
uri- the URI to set.
-
toString
Returns a string representation of this technician.- Overrides:
toStringin classLimsLinkBase<Researcher>- Returns:
- The researcher URI and name.
- See Also:
-