Provides input URI links.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.Gets the number of replicates.getUri()Gets the URI.voidsetReplicates(Long replicates) Sets the number of replicates.voidSets the URI.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
URI of the input artifact. -
replicates
Number of replicates for the input.- Since:
- 2.18
-
-
Constructor Details
-
Input
public Input()Default constructor. -
Input
Constructor with URI.- Parameters:
uri- The URI of the input artifact.
-
Input
Constructor from a linkable object.- Parameters:
link- The linkable artifact.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- The Artifact class.
-
getUri
Gets the URI.- Returns:
- The URI.
-
setUri
Sets the URI.- Parameters:
uri- The URI.
-
getReplicates
Gets the number of replicates.- Returns:
- The number of replicates.
-
setReplicates
Sets the number of replicates.- Parameters:
replicates- The number of replicates.
-