Class Input

All Implemented Interfaces:
LimsLink<Artifact>, Linkable<Artifact>, Locatable, Serializable

public class Input extends LimsLinkBase<Artifact>
Provides input URI links.
See Also:
  • Field Details

    • uri

      protected URI uri
      URI of the input artifact.
    • replicates

      protected Long replicates
      Number of replicates for the input.
      Since:
      2.18
  • Constructor Details

    • Input

      public Input()
      Default constructor.
    • Input

      public Input(URI uri)
      Constructor with URI.
      Parameters:
      uri - The URI of the input artifact.
    • Input

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

    • getEntityClass

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

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

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

      public Long getReplicates()
      Gets the number of replicates.
      Returns:
      The number of replicates.
    • setReplicates

      public void setReplicates(Long replicates)
      Sets the number of replicates.
      Parameters:
      replicates - The number of replicates.