Class Artifacts

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

public class Artifacts extends Object implements Locatable, Serializable
Artifacts is a link to 1...n child artifacts, that belong to the artifactGroup The link to an artifactList, filtered on artifactgroupID
See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • Artifacts

      public Artifacts()
  • Method Details

    • 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.