Provides a URI linking to a selected container to be used for placement.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ContainerLink(Linkable<Container> link) Constructor from a linkable object.ContainerLink(URI uri) Constructor with URI. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
URI of the container.
-
-
Constructor Details
-
ContainerLink
public ContainerLink()Default constructor. -
ContainerLink
Constructor with URI.- Parameters:
uri- The URI of the container.
-
ContainerLink
Constructor from a linkable object.- Parameters:
link- The linkable container.
-
-
Method Details
-
getUri
Gets the URI.- Returns:
- The URI.
-
setUri
Sets the URI.- Parameters:
uri- The URI.
-
getEntityClass
Gets the entity class.- Returns:
- The Container class.
-