Uses of Class
com.genologics.ri.artifact.SampleLink
Packages that use SampleLink
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of SampleLink in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact with type parameters of type SampleLinkModifier and TypeFieldDescriptionprotected List<SampleLink>Artifact.samplesThe list of samples associated with this artifact.Methods in com.genologics.ri.artifact that return SampleLinkModifier and TypeMethodDescriptionArtifact.addSample(LimsEntityLinkable<Sample> linkable) Adds a sample to this artifact.Adds a sample to this artifact.ObjectFactory.createSample()Creates a new SampleLink instance.Methods in com.genologics.ri.artifact that return types with arguments of type SampleLinkModifier and TypeMethodDescriptionArtifact.getSamples()Gets the list of samples associated with this artifact.