java.lang.Object
com.genologics.ri.process.ArtifactLink
- All Implemented Interfaces:
LimsEntityLink<Artifact>
,LimsEntityLinkable<Artifact>
,LimsLink<Artifact>
,Linkable<Artifact>
,Locatable
,Serializable
Artifact is a child element of input-output-map and provides a link to an
Artifact that was either an input or output of the Process for the
input-output-map.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected OutputGenerationType
protected OutputType
protected ParentProcessLink
protected URI
protected URI
-
Constructor Summary
ConstructorDescriptionArtifactLink
(Linkable<Artifact> link) ArtifactLink
(URI uri) ArtifactLink
(URI uri, String limsid) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.Get the LIMS id for this object.getUri()
Get the URI of the object we are linking to.void
Set the LIMS id for this object.void
setOutputGenerationType
(OutputGenerationType outputGenerationType) void
setOutputType
(OutputType outputType) setParentProcess
(LimsEntityLinkable<ClarityProcess> parentProcess) void
setPostProcessUri
(URI postProcessUri) void
Set the URI of this object.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
limsid
-
outputType
-
outputGenerationType
-
postProcessUri
-
parentProcess
-
-
Constructor Details
-
ArtifactLink
public ArtifactLink() -
ArtifactLink
-
ArtifactLink
-
ArtifactLink
-
ArtifactLink
-
-
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<Artifact>
- Returns:
- The real object class.
-
getParentProcess
-
setParentProcess
-
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<Artifact>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Artifact>
- Parameters:
limsid
- The new LIMS id.
-
getOutputType
-
setOutputType
-
getOutputGenerationType
-
setOutputGenerationType
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getPostProcessUri
-
setPostProcessUri
-
toString
-