Class StepSetupLink

java.lang.Object
com.genologics.ri.step.StepSetupLink
All Implemented Interfaces:
LimsLink<StepSetup>, Linkable<StepSetup>, Locatable, Serializable

public class StepSetupLink extends Object implements LimsLink<StepSetup>, Serializable
Identifies the resource that represents the setup for the step.
Since:
2.18
See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • StepSetupLink

      public StepSetupLink()
    • StepSetupLink

      public StepSetupLink(URI uri)
    • StepSetupLink

      public StepSetupLink(Linkable<StepSetup> link)
  • Method Details

    • 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<StepSetup>
      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.
    • getEntityClass

      public Class<StepSetup> 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<StepSetup>
      Returns:
      The real object class.