java.lang.Object
com.genologics.ri.artifactgroup.ArtifactGroup
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the link to the artifacts in this group.getName()Gets the name of the artifact group.getUri()Gets the URI of this artifact group.voidsetArtifacts(Artifacts value) Sets the link to the artifacts in this group.voidSets the name of the artifact group.voidSets the URI of this artifact group.
-
Field Details
-
name
The name of the artifact group. -
artifacts
Link to the artifacts contained in this group. -
uri
The URI of this artifact group.
-
-
Constructor Details
-
ArtifactGroup
public ArtifactGroup()
-
-
Method Details
-
getName
Gets the name of the artifact group.- Returns:
- The name of the artifact group.
-
setName
Sets the name of the artifact group.- Parameters:
value- The name to set.
-
getArtifacts
Gets the link to the artifacts in this group.- Returns:
- The artifacts link.
-
setArtifacts
Sets the link to the artifacts in this group.- Parameters:
value- The artifacts link to set.
-
getUri
Gets the URI of this artifact group. -
setUri
Sets the URI of this artifact group.
-