java.lang.Object
com.genologics.ri.artifact.ParentProcessLink
- All Implemented Interfaces:
LimsEntityLink<ClarityProcess>
,LimsEntityLinkable<ClarityProcess>
,LimsLink<ClarityProcess>
,Linkable<ClarityProcess>
,Locatable
,Serializable
public class ParentProcessLink
extends Object
implements LimsEntityLink<ClarityProcess>, Serializable
Parent-process is a child element of Artifact and provides a URI linking to
the detailed representation of the process that produced the Artifact.
- See Also:
-
Field Details
-
uri
-
limsid
-
-
Constructor Details
-
ParentProcessLink
public ParentProcessLink() -
ParentProcessLink
-
ParentProcessLink
-
ParentProcessLink
-
-
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.
-
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:
value
- The new LIMS id.
-
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. -
toString
-