java.lang.Object
com.genologics.ri.reagentlot.ReagentLotLink
- All Implemented Interfaces:
LimsEntityLink<ReagentLot>
,LimsEntityLinkable<ReagentLot>
,LimsLink<ReagentLot>
,Linkable<ReagentLot>
,Locatable
,Serializable
Reagent-lot-link is a child element type of Reagent Lots and provides a URI
linking to the detailed representation of a Reagent Lot.
- Since:
- 2.18
- See Also:
-
Field Details
-
name
The name of the Reagent Lot.- Since:
- 2.31
-
limsid
-
uri
-
-
Constructor Details
-
ReagentLotLink
public ReagentLotLink() -
ReagentLotLink
-
ReagentLotLink
-
ReagentLotLink
-
-
Method Details
-
getName
-
setName
-
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<ReagentLot>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<ReagentLot>
- Parameters:
limsid
- The new LIMS id.
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<ReagentLot>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<ReagentLot>
- Returns:
- The real object class.
-
toString
-