java.lang.Object
com.genologics.ri.step.ReagentLotLink
- All Implemented Interfaces:
LimsEntityLink<ReagentLot>,LimsEntityLinkable<ReagentLot>,LimsLink<ReagentLot>,Linkable<ReagentLot>,Locatable,Serializable
Provides a URI linking to the reagent lot details.
- Since:
- 2.18
- See Also:
-
Field Details
-
limsid
-
uri
-
-
Constructor Details
-
ReagentLotLink
public ReagentLotLink() -
ReagentLotLink
-
ReagentLotLink
-
ReagentLotLink
-
-
Method Details
-
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<ReagentLot>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<ReagentLot>- Parameters:
limsid- The new LIMS id.
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ReagentLot>- 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<ReagentLot>- Returns:
- The real object class.
-
toString
-