java.lang.Object
com.genologics.ri.researcher.LabLink
- All Implemented Interfaces:
LimsEntityLink<Lab>,LimsEntityLinkable<Lab>,LimsLink<Lab>,Linkable<Lab>,Locatable,Serializable
Lab is a child element of researcher and provides a URI linking to the
detailed representation of the lab for the researcher.
- 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.Get the LIMS id for this object.getUri()Get the URI of the object we are linking to.voidSet the LIMS id for this object.voidSet the URI of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
-
Constructor Details
-
LabLink
public LabLink() -
LabLink
-
LabLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Lab>- Returns:
- The real object class.
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to. -
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<Lab>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Lab>- Parameters:
id- The new LIMS id.
-