java.lang.Object
com.genologics.ri.step.ReagentLotsLink
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getUri()Get the URI of the object we are linking to.voidSet the URI of this object.
-
Field Details
-
uri
-
-
Constructor Details
-
ReagentLotsLink
public ReagentLotsLink() -
ReagentLotsLink
-
ReagentLotsLink
-
-
Method Details
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ReagentLots>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Description copied from interface:LocatableSet the URI of this object. -
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<ReagentLots>- Returns:
- The real object class.
-