java.lang.Object
com.genologics.ri.reagentlot.ResearcherLink
- All Implemented Interfaces:
LimsEntityLink<Researcher>
,LimsEntityLinkable<Researcher>
,LimsLink<Researcher>
,Linkable<Researcher>
,Locatable
,Serializable
Researcher is a child element of the reagent lot. It provides a URI linking
to the detailed representation of the required researcher.
- Since:
- 2.18
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.Get the LIMS id for this object.getUri()
Get the URI of the object we are linking to.void
Set the LIMS id for this object.void
Set the URI of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
-
Constructor Details
-
ResearcherLink
public ResearcherLink() -
ResearcherLink
-
ResearcherLink
-
-
Method Details
-
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. -
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<Researcher>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Researcher>
- Parameters:
id
- The new LIMS id.
-
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.
-