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