java.lang.Object
com.genologics.ri.processexecution.ArtifactBase
com.genologics.ri.processexecution.Input
The input element provides URIs to one or more Artifacts that will be used by
the Process. Input is a child element of input-output-map.
- See Also:
-
Field Summary
FieldsFields inherited from class com.genologics.ri.processexecution.ArtifactBase
qcFlag -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.genologics.ri.processexecution.ArtifactBase
getQCFlag, setQCFlag, updateQCFlag
-
Field Details
-
uri
The URI of the input artifact.
-
-
Constructor Details
-
Input
public Input()Default constructor. -
Input
Constructor with URI.- Parameters:
uri- The artifact URI.
-
Input
Constructor with URI and QC flag.- Parameters:
uri- The artifact URI.qc- The QC flag.
-
Input
Constructor from a linkable artifact.- Parameters:
link- The artifact link.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Specified by:
getEntityClassin interfaceLimsLink<Artifact>- Returns:
- The Artifact class.
-
getUri
Gets the URI of the input artifact. -
setUri
Sets the URI of the input artifact. -
hashCode
public int hashCode() -
equals
-
toString
Returns a string representation of the input.
-