java.lang.Object
com.genologics.ri.step.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 Step for the
input-output-map.
- Since:
- 2.18
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected OutputGenerationTypeprotected OutputTypeprotected URI -
Constructor Summary
ConstructorsConstructorDescriptionArtifactLink(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.getType()getUri()Get the URI of the object we are linking to.voidSet the LIMS id for this object.voidsetOutputGenerationType(OutputGenerationType outputGenerationType) voidsetType(OutputType type) voidSet the URI of this object.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
type
-
outputGenerationType
-
uri
-
limsid
-
-
Constructor Details
-
ArtifactLink
public ArtifactLink() -
ArtifactLink
-
ArtifactLink
-
ArtifactLink
-
ArtifactLink
-
-
Method Details
-
getType
-
setType
-
getOutputGenerationType
-
setOutputGenerationType
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Artifact>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Artifact>- Parameters:
limsid- The new LIMS id.
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Artifact>- Returns:
- The real object class.
-
toString
-