Class EscalatedArtifact

java.lang.Object
com.genologics.ri.LimsLinkBase<Artifact>
com.genologics.ri.step.EscalatedArtifact
All Implemented Interfaces:
LimsLink<Artifact>, Linkable<Artifact>, Locatable, Serializable

public class EscalatedArtifact extends LimsLinkBase<Artifact>
Sample next action or step.
Since:
2.18
See Also:
  • Field Details

    • uri

      protected URI uri
      URI of the escalated artifact.
  • Constructor Details

    • EscalatedArtifact

      public EscalatedArtifact()
      Default constructor.
    • EscalatedArtifact

      public EscalatedArtifact(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the escalated artifact.
    • EscalatedArtifact

      public EscalatedArtifact(Linkable<Artifact> link)
      Constructor from a linkable object.
      Parameters:
      link - The linkable artifact.
  • Method Details

    • getUri

      public URI getUri()
      Gets the URI.
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI.
      Parameters:
      uri - The URI.
    • getEntityClass

      public Class<Artifact> getEntityClass()
      Gets the entity class.
      Returns:
      The Artifact class.