java.lang.Object
com.genologics.ri.processexecution.ArtifactBase
- All Implemented Interfaces:
Serializable
The base representation of an Artifact in the context of Process execution,
defining common elements for both input and output Artifacts.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
qcFlag
The quality control flag for this artifact.
-
-
Constructor Details
-
ArtifactBase
public ArtifactBase()
-
-
Method Details
-
getQCFlag
Gets the quality control flag for this artifact.- Returns:
- The QC flag.
-
setQCFlag
Sets the quality control flag for this artifact.- Parameters:
value- The QC flag to set.
-
updateQCFlag
Updates the QC flag from a linkable artifact.- Parameters:
link- The linkable artifact to get the QC flag from.
-