Class InstrumentLink

java.lang.Object
com.genologics.ri.step.InstrumentLink
All Implemented Interfaces:
LimsEntityLink<Instrument>, LimsEntityLinkable<Instrument>, LimsLink<Instrument>, Linkable<Instrument>, Locatable, Serializable

public class InstrumentLink extends Object implements LimsEntityLink<Instrument>, Serializable
The instrument element provides a URI to the selected instrument for the step.
Since:
2.18
See Also:
  • Field Details

    • uri

      protected URI uri
      URI of the instrument.
    • name

      protected String name
      Name of the instrument.
  • Constructor Details

    • InstrumentLink

      public InstrumentLink()
      Default constructor.
    • InstrumentLink

      public InstrumentLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the instrument.
    • InstrumentLink

      public InstrumentLink(URI uri, String name)
      Constructor with URI and name.
      Parameters:
      uri - The URI of the instrument.
      name - The name of the instrument.
    • InstrumentLink

      public InstrumentLink(Linkable<Instrument> link)
      Constructor from a linkable object.
      Parameters:
      link - The linkable instrument.
    • InstrumentLink

      public InstrumentLink(Instrument instrument)
      Constructor from an instrument.
      Parameters:
      instrument - The instrument.
  • Method Details