java.lang.Object
com.genologics.ri.lab.LabLink
- All Implemented Interfaces:
LimsEntityLink<Lab>
,LimsEntityLinkable<Lab>
,LimsLink<Lab>
,Linkable<Lab>
,Locatable
,Serializable
Lab-link is a child element type of labs and provides a URI linking to the
detailed representation of a lab.
- See Also:
-
Field Details
-
uri
-
name
-
-
Constructor Details
-
LabLink
public LabLink() -
LabLink
-
LabLink
-
LabLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Lab>
- Returns:
- The real object class.
-
getName
-
setName
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to. -
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<Lab>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Lab>
- Parameters:
id
- The new LIMS id.
-
toString
-