java.lang.Object
com.genologics.ri.step.CreationInput
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 Summary
-
Constructor Summary
ConstructorDescriptionCreationInput
(Linkable<Artifact> artifact) CreationInput
(Linkable<Artifact> artifact, Linkable<ControlType> controlType) CreationInput
(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates) CreationInput
(URI uri) CreationInput
(URI uri, URI controlTypeUri) CreationInput
(URI uri, URI controlTypeUri, Long replicates) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the true, full LIMS entity this object links to.getUri()
Get the URI of the object we are linking to.void
void
setControlType
(Linkable<ControlType> type) void
setControlTypeUri
(URI controlTypeUri) void
setReplicates
(Long replicates) void
Set the URI of this object.
-
Field Details
-
uri
-
controlTypeUri
-
replicates
-
-
Constructor Details
-
CreationInput
public CreationInput() -
CreationInput
-
CreationInput
-
CreationInput
-
CreationInput
-
CreationInput
-
CreationInput
public CreationInput(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates)
-
-
Method Details
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
setArtifact
-
getControlTypeUri
-
setControlTypeUri
-
setControlType
-
getReplicates
-
setReplicates
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Artifact>
- Returns:
- The real object class.
-