Class ArtifactGroupLink

java.lang.Object
com.genologics.ri.artifact.ArtifactGroupLink
All Implemented Interfaces:
LimsLink<ArtifactGroup>, Linkable<ArtifactGroup>, Locatable, Serializable

public class ArtifactGroupLink extends Object implements LimsLink<ArtifactGroup>, Serializable
Artifact group is a child element of Artifact and provides a URI linking to the detailed representation of the artifact group that the Artifact belongs to. In the client, artifact groups are referred to as experiments.
See Also:
  • Field Details

    • uri

      protected URI uri
    • name

      protected String name
  • Constructor Details

    • ArtifactGroupLink

      public ArtifactGroupLink()
    • ArtifactGroupLink

      public ArtifactGroupLink(URI uri)
    • ArtifactGroupLink

      public ArtifactGroupLink(URI uri, String name)
    • ArtifactGroupLink

      public ArtifactGroupLink(Linkable<ArtifactGroup> link)
  • Method Details