java.lang.Object
com.genologics.ri.instrument.InstrumentLink
- All Implemented Interfaces:
LimsEntityLink<Instrument>,LimsEntityLinkable<Instrument>,LimsLink<Instrument>,Linkable<Instrument>,Locatable,Serializable
Instrument-link is a child element type of instruments and provides a URI
linking to the detailed representation of an instrument.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentLink(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, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
name
-
-
Constructor Details
-
InstrumentLink
public InstrumentLink() -
InstrumentLink
-
InstrumentLink
-
InstrumentLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Instrument>- Returns:
- The real object class.
-
getName
-
setName
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<Instrument>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Description copied from interface:LocatableSet the URI of this object. -
toString
-
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Instrument>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Instrument>- Parameters:
id- The new LIMS id.
-