- 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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ReagentKitLink(Linkable<ReagentKit> link) Constructor from a Linkable.ReagentKitLink(ReagentKit kit) Constructor from a ReagentKit.ReagentKitLink(URI uri) Constructor with URI.ReagentKitLink(URI uri, String name) Constructor with URI and name. -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getName()Gets the name of the reagent kit.getUri()Gets the URI of the reagent kit.voidSets the name of the reagent kit.voidSets the URI of the reagent kit.toString()Returns a string representation of this reagent kit link.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode
-
Field Details
-
name
The name of the reagent kit. -
uri
The URI of the reagent kit.
-
-
Constructor Details
-
ReagentKitLink
public ReagentKitLink()Default constructor. -
ReagentKitLink
Constructor with URI.- Parameters:
uri- The URI of the reagent kit.
-
ReagentKitLink
Constructor with URI and name.- Parameters:
uri- The URI of the reagent kit.name- The name of the reagent kit.
-
ReagentKitLink
Constructor from a Linkable.- Parameters:
link- The linkable reagent kit.
-
ReagentKitLink
Constructor from a ReagentKit.- Parameters:
kit- The reagent kit.
-
-
Method Details
-
getName
Gets the name of the reagent kit.- Returns:
- The reagent kit name.
-
setName
Sets the name of the reagent kit.- Parameters:
name- The reagent kit name.
-
getUri
Gets the URI of the reagent kit.- Returns:
- The reagent kit URI.
-
setUri
Sets the URI of the reagent kit.- Parameters:
uri- The reagent kit URI.
-
getEntityClass
Get the class of the true, full LIMS entity this object links to.- Returns:
- The real object class.
-
toString
Returns a string representation of this reagent kit link.- Overrides:
toStringin classLimsLinkBase<ReagentKit>- Returns:
- The reagent kit URI and name.
- See Also:
-