Class InstrumentTypeLink

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

public class InstrumentTypeLink extends Object implements LimsLink<InstrumentType>, Serializable
Since:
2.24
See Also:
  • Field Details

    • uri

      protected URI uri
    • name

      protected String name
    • vendor

      protected String vendor
  • Constructor Details

    • InstrumentTypeLink

      public InstrumentTypeLink()
    • InstrumentTypeLink

      public InstrumentTypeLink(URI uri)
    • InstrumentTypeLink

      public InstrumentTypeLink(URI uri, String name)
    • InstrumentTypeLink

      public InstrumentTypeLink(URI uri, String name, String vendor)
    • InstrumentTypeLink

      public InstrumentTypeLink(Linkable<InstrumentType> link)
    • InstrumentTypeLink

      public InstrumentTypeLink(InstrumentType instrumentType)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String value)
    • getVendor

      public String getVendor()
    • setVendor

      public void setVendor(String value)
    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<InstrumentType>
      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.
    • getEntityClass

      public Class<InstrumentType> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<InstrumentType>
      Returns:
      The real object class.