Class ActionsLink

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

public class ActionsLink extends LimsLinkBase<Actions>
Identifies the resource that represents the actions applied or to be applied by the step.
See Also:
  • Field Details

    • uri

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

    • ActionsLink

      public ActionsLink()
      Default constructor.
    • ActionsLink

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

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

    • getEntityClass

      public Class<Actions> getEntityClass()
      Gets the entity class.
      Returns:
      The Actions class.
    • getUri

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

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