Class ContainerTypeLink

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

public class ContainerTypeLink extends Object implements LimsLink<ContainerType>, Serializable
Container-type-link is a child element type of containers and provides a URI linking to the detailed representation of a container type.
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