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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreationInput(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.voidvoidsetControlType(Linkable<ControlType> type) voidsetControlTypeUri(URI controlTypeUri) voidsetReplicates(Long replicates) voidSet 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:LimsLinkGet the URI of the object we are linking to. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
setArtifact
-
getControlTypeUri
-
setControlTypeUri
-
setControlType
-
getReplicates
-
setReplicates
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Artifact>- Returns:
- The real object class.
-