Class InstrumentType

java.lang.Object
com.genologics.ri.instrumenttype.InstrumentType
All Implemented Interfaces:
Linkable<InstrumentType>, Locatable, Serializable

public class InstrumentType extends Object implements Linkable<InstrumentType>, Serializable
An instrument describes properties common to all instruments of that type.
Since:
2.24
See Also:
  • Field Details

  • Constructor Details

    • InstrumentType

      public InstrumentType()
    • InstrumentType

      public InstrumentType(URI uri)
    • InstrumentType

      public InstrumentType(URI uri, String name)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String value)
    • getVendor

      public String getVendor()
    • setVendor

      public void setVendor(String value)
    • getProcessTypes

      public List<InstrumentTypeProcessType> getProcessTypes()
    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI value)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      value - The new URI.
    • getLink

      public LimsLink<InstrumentType> getLink()
      Get a concrete link object to this Linkable thing.
      Specified by:
      getLink in interface Linkable<InstrumentType>
      Returns:
      A LimsLink to this object.