- All Implemented Interfaces:
LimsLink<ReagentKit>,Linkable<ReagentKit>,Locatable,Serializable
Reagent-kit-link is a child element type of reagentKits and provides a URI linking to the detailed representation of a ReagentKit.
- Since:
- 2.25
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new reagent kit link.ReagentKitLink(Linkable<ReagentKit> link) Constructs a new reagent kit link from a linkable object.ReagentKitLink(ReagentKit kit) Constructs a new reagent kit link from a reagent kit entity.ReagentKitLink(String name) Constructs a new reagent kit link with the specified name. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class for this link.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()Constructs a new reagent kit link. -
ReagentKitLink
Constructs a new reagent kit link with the specified name.- Parameters:
name- the name of the reagent kit.
-
ReagentKitLink
Constructs a new reagent kit link from a linkable object.- Parameters:
link- the linkable object providing the URI.
-
ReagentKitLink
Constructs a new reagent kit link 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
Gets the entity class for this link.- Returns:
- the ReagentKit class.
-
toString
Returns a string representation of this reagent kit link.- Overrides:
toStringin classLimsLinkBase<ReagentKit>- Returns:
- The reagent kit URI and name.
- See Also:
-