Class ArtifactGroup

java.lang.Object
com.genologics.ri.artifactgroup.ArtifactGroup
All Implemented Interfaces:
Locatable, Serializable

public class ArtifactGroup extends Object implements Locatable, Serializable
ArtifactGroups are created by the Lab Scientist interface for each workflow. The Operations Interface assigns samples to workflows by placing them into an artifactGroup. Seeing a sample in an artifactGroup in the API indicates that the sample has been assigned to a workflow of the same name.
See Also:
  • Field Details

    • name

      protected String name
    • artifacts

      protected Artifacts artifacts
    • uri

      protected URI uri
  • Constructor Details

    • ArtifactGroup

      public ArtifactGroup()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String value)
    • getArtifacts

      public Artifacts getArtifacts()
    • setArtifacts

      public void setArtifacts(Artifacts value)
    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI value)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      value - The new URI.