java.lang.Object
com.genologics.ri.step.InstrumentLink
- All Implemented Interfaces:
LimsEntityLink<Instrument>
,LimsEntityLinkable<Instrument>
,LimsLink<Instrument>
,Linkable<Instrument>
,Locatable
,Serializable
The instrument element provides a URI to the selected instrument for the
step.
- Since:
- 2.18
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInstrumentLink
(Linkable<Instrument> link) InstrumentLink
(URI uri) InstrumentLink
(URI uri, String name) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
name
-
-
Constructor Details
-
InstrumentLink
public InstrumentLink() -
InstrumentLink
-
InstrumentLink
-
InstrumentLink
-
-
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<Instrument>
- 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<Instrument>
- Returns:
- The real object class.
-
toString
-
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<Instrument>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Instrument>
- Parameters:
id
- The new LIMS id.
-