Class CreationInput

java.lang.Object
com.genologics.ri.step.CreationInput
All Implemented Interfaces:
LimsLink<Artifact>, Linkable<Artifact>, Locatable, Serializable

public class CreationInput extends Object implements LimsLink<Artifact>, Serializable
Typically, provides a URI linking to the input artifact. Can also be used to designate control sample inputs (via its control type). One of 'uri' or 'control-type-uri' attributes must be provided, but not both.
Since:
2.18
See Also:
  • Field Details

    • uri

      protected URI uri
    • controlTypeUri

      protected URI controlTypeUri
    • replicates

      protected Long replicates
  • Constructor Details

  • Method Details

    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<Artifact>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • setArtifact

      public void setArtifact(Linkable<Artifact> a)
    • getControlTypeUri

      public URI getControlTypeUri()
    • setControlTypeUri

      public void setControlTypeUri(URI controlTypeUri)
    • setControlType

      public void setControlType(Linkable<ControlType> type)
    • getReplicates

      public Long getReplicates()
    • setReplicates

      public void setReplicates(Long replicates)
    • getEntityClass

      public Class<Artifact> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<Artifact>
      Returns:
      The real object class.