Identifies the resource that represents the reagents added by the step.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty reagents link.ReagentsLink(Linkable<Reagents> link) Creates a reagents link from a linkable object.ReagentsLink(URI uri) Creates a reagents link with the given URI. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the reagents resource.
-
-
Constructor Details
-
ReagentsLink
public ReagentsLink()Creates an empty reagents link. -
ReagentsLink
Creates a reagents link with the given URI.- Parameters:
uri- The URI of the reagents resource.
-
ReagentsLink
Creates a reagents link from a linkable object.- Parameters:
link- The linkable object to extract the URI from.- Throws:
NullPointerException- iflinkis null.
-
-
Method Details
-
getEntityClass
Get the class of the true, full LIMS entity this object links to.- Returns:
- The real object class.
-
getUri
Gets the URI of the reagents resource.- Returns:
- The URI.
-
setUri
Sets the URI of the reagents resource.- Parameters:
uri- The URI.
-