Class ContainerTypeLink

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

public class ContainerTypeLink extends Object implements LimsLink<Container>, Serializable
Since:
2.25
See Also:
  • Field Details

    • name

      protected String name
    • uri

      protected URI uri
  • 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

    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<Container>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getEntityClass

      public Class<Container> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<Container>
      Returns:
      The real object class.