java.lang.Object
com.genologics.ri.step.OutputPlacement
Provides a URI linking to the output artifact and container placement.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOutputPlacement
(Linkable<Artifact> artifact) OutputPlacement
(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition) -
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
setArtifact
(Linkable<Artifact> artifact) void
setLocation
(LimsEntityLinkable<Container> container, String wellPosition) void
setLocation
(Linkable<Container> container, String wellPosition) void
setLocation
(Location location) void
Set the URI of this object.toString()
-
Field Details
-
location
-
uri
-
-
Constructor Details
-
OutputPlacement
public OutputPlacement() -
OutputPlacement
-
OutputPlacement
public OutputPlacement(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition) -
OutputPlacement
-
-
Method Details
-
getLocation
-
setLocation
-
setLocation
-
setLocation
-
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
-
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.
-
toString
-