java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.ReagentKitLink
- 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
FieldsFields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked -
Constructor Summary
ConstructorsConstructorDescriptionReagentKitLink(Linkable<ReagentKit> link) ReagentKitLink(URI uri) ReagentKitLink(URI uri, String name) -
Method Summary
Methods inherited from class com.genologics.ri.stepconfiguration.LockableSetting
isLocked, setLocked
-
Field Details
-
name
-
uri
-
-
Constructor Details
-
ReagentKitLink
public ReagentKitLink() -
ReagentKitLink
-
ReagentKitLink
-
ReagentKitLink
-
-
Method Details
-
getName
-
setName
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ReagentKit>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Description copied from interface:LocatableSet the URI of this object. -
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<ReagentKit>- Returns:
- The real object class.
-
toString
-