java.lang.Object
com.genologics.ri.role.ResearcherLink
- All Implemented Interfaces:
LimsEntityLink<Researcher>,LimsEntityLinkable<Researcher>,LimsLink<Researcher>,Linkable<Researcher>,Locatable,Serializable
Researcher-link is a child element type of researchers and provides a URI
linking to the detailed representation of a researcher.
- Since:
- 2.19
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.Convenience method for returning the full name of the researcher.Get the LIMS id for this object.getUri()Get the URI of the object we are linking to.voidsetFirstName(String firstName) voidsetLastName(String lastName) voidSet the LIMS id for this object.voidSet the URI of this object.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
lastName
-
firstName
-
uri
-
-
Constructor Details
-
ResearcherLink
public ResearcherLink() -
ResearcherLink
-
-
Method Details
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getFullName
Convenience method for returning the full name of the researcher.- Returns:
- The full name.
- Since:
- 2.31.2
- See Also:
-
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. -
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Researcher>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Researcher>- Parameters:
id- The new LIMS id.
-
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
-