Class StepSetupLink

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

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

    • uri

      protected URI uri
      The URI of the step setup resource.
  • Constructor Details

    • StepSetupLink

      public StepSetupLink()
      Default constructor.
    • StepSetupLink

      public StepSetupLink(URI uri)
      Constructor taking a URI.
      Parameters:
      uri - The URI of the step setup.
    • StepSetupLink

      public StepSetupLink(Linkable<StepSetup> link)
      Constructor taking a linkable object.
      Parameters:
      link - The linkable step setup object.
      Throws:
      NullPointerException - if link is null.
  • Method Details

    • getUri

      public URI getUri()
      Gets the URI of the step setup resource.
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI of the step setup resource.
      Parameters:
      uri - The URI.
    • getEntityClass

      public Class<StepSetup> getEntityClass()
      Gets the entity class for this link.
      Returns:
      The StepSetup class.