Class StepDetailsLink

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

public class StepDetailsLink extends LimsLinkBase<StepDetails>
Identifies the resource that represents the details for the step.
Since:
2.18
See Also:
  • Field Details

    • uri

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

    • StepDetailsLink

      public StepDetailsLink()
      Default constructor.
    • StepDetailsLink

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

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

    • getUri

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

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

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