- 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 detailed representation of the process that produced the Artifact.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor from a LimsEntityLinkable.Constructor from a Linkable.ParentProcessLink(URI uri) Constructor taking a URI.ParentProcessLink(URI uri, String limsid) Constructor taking a 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 this parent process. -
limsid
The LIMS id of this parent process.
-
-
Constructor Details
-
ParentProcessLink
public ParentProcessLink()Default constructor. -
ParentProcessLink
Constructor taking a URI.- Parameters:
uri- The parent process URI.
-
ParentProcessLink
Constructor taking a URI and LIMS id.- Parameters:
uri- The parent process URI.limsid- The parent process LIMS id.
-
ParentProcessLink
Constructor from a Linkable.- Parameters:
link- The linkable object to copy.
-
ParentProcessLink
Constructor from a LimsEntityLinkable.- Parameters:
link- The LIMS entity linkable object to copy.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- The ClarityProcess class.
-
getLimsid
Gets the LIMS id.- Returns:
- The parent process LIMS id.
-
setLimsid
Sets the LIMS id.- Parameters:
value- The parent process LIMS id.
-
getUri
Gets the URI.- Returns:
- The parent process URI.
-
setUri
Sets the URI.- Parameters:
value- The parent process URI.
-