Class ProtocolStepLink

java.lang.Object
com.genologics.ri.stage.ProtocolStepLink
All Implemented Interfaces:
LimsLink<ProtocolStep>, Linkable<ProtocolStep>, Locatable, Serializable

public class ProtocolStepLink extends Object implements LimsLink<ProtocolStep>, Serializable
Protocol Step link for the stage.
See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • ProtocolStepLink

      public ProtocolStepLink()
    • ProtocolStepLink

      public ProtocolStepLink(URI uri)
    • ProtocolStepLink

      public ProtocolStepLink(Linkable<ProtocolStep> link)
  • Method Details

    • getEntityClass

      public Class<ProtocolStep> 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<ProtocolStep>
      Returns:
      The real object class.
    • 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<ProtocolStep>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

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