- All Implemented Interfaces:
LimsEntityLink<Container>,LimsEntityLinkable<Container>,LimsLink<Container>,Linkable<Container>,Locatable,Serializable
Container is a child element of location and provides a URI linking to the
detailed representation of the Container for the location.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor from a LIMS entity linkable container.ContainerLink(Linkable<Container> link) Constructor from a linkable container.ContainerLink(URI uri) Constructor with URI.ContainerLink(URI uri, String limsid) Constructor with URI and LIMS id. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class for this link.Gets the LIMS id of the container.getUri()Gets the URI of the container.voidSets the LIMS id of the container.voidSets the URI of the container.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLink
getLinkMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
The URI of the container. -
limsid
The LIMS id of the container.
-
-
Constructor Details
-
ContainerLink
public ContainerLink()Default constructor. -
ContainerLink
Constructor with URI.- Parameters:
uri- The URI of the container.
-
ContainerLink
Constructor with URI and LIMS id.- Parameters:
uri- The URI of the container.limsid- The LIMS id of the container.
-
ContainerLink
Constructor from a linkable container.- Parameters:
link- The linkable container.
-
ContainerLink
Constructor from a LIMS entity linkable container.- Parameters:
link- The LIMS entity linkable container.
-
-
Method Details
-
getEntityClass
Gets the entity class for this link.- Returns:
- The Container class.
-
getUri
Gets the URI of the container.- Returns:
- The URI.
-
setUri
Sets the URI of the container.- Parameters:
uri- The URI.
-
getLimsid
Gets the LIMS id of the container.- Returns:
- The LIMS id.
-
setLimsid
Sets the LIMS id of the container.- Parameters:
limsid- The LIMS id.
-