- All Implemented Interfaces:
LimsLink<ReagentLots>,Linkable<ReagentLots>,Locatable,Serializable
Identifies the resource that represents the reagent lots for the step.
- Since:
- 2.18
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty reagent lots link.ReagentLotsLink(Linkable<ReagentLots> link) Creates a reagent lots link from a linkable object.ReagentLotsLink(URI uri) Creates a reagent lots link with the given URI. -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getUri()Gets the URI of the reagent lots resource.voidSets the URI of the reagent lots resource.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the reagent lots resource.
-
-
Constructor Details
-
ReagentLotsLink
public ReagentLotsLink()Creates an empty reagent lots link. -
ReagentLotsLink
Creates a reagent lots link with the given URI.- Parameters:
uri- The URI of the reagent lots resource.
-
ReagentLotsLink
Creates a reagent lots link from a linkable object.- Parameters:
link- The linkable object to extract the URI from.- Throws:
NullPointerException- iflinkis null.
-
-
Method Details
-
getUri
Gets the URI of the reagent lots resource.- Returns:
- The URI.
-
setUri
Sets the URI of the reagent lots resource.- Parameters:
uri- The URI.
-
getEntityClass
Get the class of the true, full LIMS entity this object links to.- Returns:
- The real object class.
-