Class InstrumentTypeProcessType

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

public class InstrumentTypeProcessType extends Object implements LimsLink<ProcessType>, Serializable
Process type link for instrument types.
Since:
2.24
See Also:
  • Field Details

    • name

      protected String name
      The process type name.
    • uri

      protected URI uri
      The process type URI.
  • Constructor Details

    • InstrumentTypeProcessType

      public InstrumentTypeProcessType()
      Default constructor.
    • InstrumentTypeProcessType

      public InstrumentTypeProcessType(URI uri)
      Constructor with URI.
      Parameters:
      uri - The process type URI.
    • InstrumentTypeProcessType

      public InstrumentTypeProcessType(URI uri, String name)
      Constructor with URI and name.
      Parameters:
      uri - The process type URI.
      name - The process type name.
    • InstrumentTypeProcessType

      public InstrumentTypeProcessType(Linkable<ProcessType> link)
      Constructor from a linkable process type.
      Parameters:
      link - The linkable process type.
    • InstrumentTypeProcessType

      public InstrumentTypeProcessType(ProcessType processType)
      Constructor from a process type.
      Parameters:
      processType - The process type.
  • Method Details