Class ContainerTypeLink

java.lang.Object
com.genologics.ri.container.ContainerTypeLink
All Implemented Interfaces:
LimsLink<ContainerType>, Linkable<ContainerType>, Locatable, Serializable

public class ContainerTypeLink extends Object implements LimsLink<ContainerType>, Serializable
Container-type is a child element of container and provides a URI linking to the detailed representation of the container type that the container is associated with. A container type describes the physical characteristics of the container, such as the number of wells in the container and how the wells are labelled.
See Also:
  • Field Details

    • uri

      protected URI uri
    • name

      protected String name
  • Constructor Details

    • ContainerTypeLink

      public ContainerTypeLink()
    • ContainerTypeLink

      public ContainerTypeLink(URI uri)
    • ContainerTypeLink

      public ContainerTypeLink(URI uri, String name)
    • ContainerTypeLink

      public ContainerTypeLink(Linkable<ContainerType> link)
    • ContainerTypeLink

      public ContainerTypeLink(ContainerType containerType)
  • Method Details