Sample next action or step.
- Since:
- 2.18
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.EscalatedArtifact(Linkable<Artifact> link) Constructor from a linkable object.EscalatedArtifact(URI uri) Constructor with URI. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
URI of the escalated artifact.
-
-
Constructor Details
-
EscalatedArtifact
public EscalatedArtifact()Default constructor. -
EscalatedArtifact
Constructor with URI.- Parameters:
uri- The URI of the escalated artifact.
-
EscalatedArtifact
Constructor from a linkable object.- Parameters:
link- The linkable artifact.
-
-
Method Details
-
getUri
Gets the URI.- Returns:
- The URI.
-
setUri
Sets the URI.- Parameters:
uri- The URI.
-
getEntityClass
Gets the entity class.- Returns:
- The Artifact class.
-