java.lang.Object
com.genologics.ri.reagentkit.ReagentKitLink
- All Implemented Interfaces:
LimsLink<ReagentKit>
,Linkable<ReagentKit>
,Locatable
,Serializable
Reagent-Kit-Link is a child element type of reagent kits and provides a URI
linking to the detailed representation of a reagent kit.
- Since:
- 2.18
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReagentKitLink
(Linkable<ReagentKit> link) ReagentKitLink
(URI uri) ReagentKitLink
(URI uri, String name) -
Method Summary
-
Field Details
-
name
-
uri
-
-
Constructor Details
-
ReagentKitLink
public ReagentKitLink() -
ReagentKitLink
-
ReagentKitLink
-
ReagentKitLink
-
-
Method Details
-
getName
-
setName
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<ReagentKit>
- 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<ReagentKit>
- Returns:
- The real object class.
-
toString
-