- All Implemented Interfaces:
LimsEntityLink<ClarityProcess>,LimsEntityLinkable<ClarityProcess>,LimsLink<ClarityProcess>,Linkable<ClarityProcess>,Locatable,Serializable
Parent-process is a child element of Artifact and provides a URI linking to
the Process that created the Artifact.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor from a LIMS entity linkable object.Constructor from a linkable object.ParentProcessLink(URI uri) Constructor with URI.ParentProcessLink(URI uri, String limsid) Constructor with URI and LIMS id. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLink
getLinkMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
The URI of the parent process. -
limsid
The LIMS id of the parent process.
-
-
Constructor Details
-
ParentProcessLink
public ParentProcessLink()Default constructor. -
ParentProcessLink
Constructor with URI.- Parameters:
uri- the URI of the parent process.
-
ParentProcessLink
Constructor with URI and LIMS id.- Parameters:
uri- the URI of the parent process.limsid- the LIMS id of the parent process.
-
ParentProcessLink
Constructor from a linkable object.- Parameters:
link- the linkable object.
-
ParentProcessLink
Constructor from a LIMS entity linkable object.- Parameters:
link- the LIMS entity linkable object.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- the ClarityProcess class.
-
getUri
Gets the URI.- Returns:
- the URI.
-
setUri
Sets the URI.- Parameters:
uri- the URI to set.
-
getLimsid
Gets the LIMS id.- Returns:
- the LIMS id.
-
setLimsid
Sets the LIMS id.- Parameters:
limsid- the LIMS id to set.
-