- All Implemented Interfaces:
LimsLink<ReagentKit>,Linkable<ReagentKit>,Locatable,Serializable
Reagent-Kit-Link is an element providing 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 reagent kit.ReagentKitLink(ReagentKit kit) Constructor from a reagent kit entity.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 reagent kit URI.
-
ReagentKitLink
Constructor with URI and name.- Parameters:
uri- The reagent kit URI.name- The reagent kit name.
-
ReagentKitLink
Constructor from a linkable reagent kit.- Parameters:
link- The linkable reagent kit.
-
ReagentKitLink
Constructor from a reagent kit entity.- Parameters:
kit- The reagent kit entity.
-
-
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:
-