Link to an artifact for routing purposes.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ArtifactLink(Linkable<Artifact> link) Constructor from a Linkable.ArtifactLink(URI uri) Constructor with URI. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the artifact.
-
-
Constructor Details
-
ArtifactLink
public ArtifactLink()Default constructor. -
ArtifactLink
Constructor with URI.- Parameters:
uri- The URI of the artifact.
-
ArtifactLink
Constructor from a Linkable.- Parameters:
link- The linkable artifact.
-
-
Method Details
-
getUri
Gets the URI of the artifact.- Returns:
- The artifact URI.
-
setUri
Sets the URI of the artifact.- Parameters:
value- The artifact URI.
-
getEntityClass
Gets the entity class for this link.- Returns:
- The Artifact class.
-