java.lang.Object
com.genologics.ri.protocolconfiguration.ProtocolLink
All Implemented Interfaces:
LimsLink<Protocol>, Linkable<Protocol>, Locatable, Serializable

public class ProtocolLink extends Object implements LimsLink<Protocol>, Serializable
See Also:
  • Field Details

    • name

      protected String name
    • uri

      protected URI uri
  • Constructor Details

    • ProtocolLink

      public ProtocolLink()
    • ProtocolLink

      public ProtocolLink(URI uri)
    • ProtocolLink

      public ProtocolLink(URI uri, String name)
    • ProtocolLink

      public ProtocolLink(Linkable<Protocol> link)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(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<Protocol>
      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<Protocol> 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<Protocol>
      Returns:
      The real object class.
    • toString

      public String toString()
      Overrides:
      toString in class Object