java.lang.Object
com.genologics.ri.process.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 Process that created the Artifact.
- See Also:
-
Field Details
-
uri
-
limsid
-
-
Constructor Details
-
ParentProcessLink
public ParentProcessLink() -
ParentProcessLink
-
ParentProcessLink
-
ParentProcessLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<ClarityProcess>- Returns:
- The real object class.
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ClarityProcess>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
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<ClarityProcess>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<ClarityProcess>- Parameters:
limsid- The new LIMS id.
-
toString
-