Class ArrangementsLink

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

public class ArrangementsLink extends LimsLinkBase<Arrangements>
Identifies the resource that represents the arrangements (if any) for the step.
Since:
2.34
See Also:
  • Field Details

    • uri

      protected URI uri
      URI of the arrangements resource.
  • Constructor Details

    • ArrangementsLink

      public ArrangementsLink()
      Default constructor.
    • ArrangementsLink

      public ArrangementsLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the arrangements resource.
    • ArrangementsLink

      public ArrangementsLink(Linkable<Arrangements> link)
      Constructor from a linkable object.
      Parameters:
      link - The linkable object.
  • Method Details

    • getUri

      public URI getUri()
      Gets the URI.
      Returns:
      The URI.
    • setUri

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

      public Class<Arrangements> getEntityClass()
      Gets the entity class.
      Returns:
      The Arrangements class.