Class ControlTypeLink

java.lang.Object
com.genologics.ri.LimsLinkBase<ControlType>
com.genologics.ri.artifact.ControlTypeLink
All Implemented Interfaces:
LimsLink<ControlType>, Linkable<ControlType>, Locatable, Serializable

public class ControlTypeLink extends LimsLinkBase<ControlType>
Provide a URI linking to the control type if this artifact is a control sample.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of this control type.
  • Constructor Details

    • ControlTypeLink

      public ControlTypeLink()
      Default constructor.
    • ControlTypeLink

      public ControlTypeLink(URI uri)
      Constructor taking a URI.
      Parameters:
      uri - The control type URI.
    • ControlTypeLink

      public ControlTypeLink(Linkable<ControlType> link)
      Constructor from a Linkable.
      Parameters:
      link - The linkable object to copy.
  • Method Details

    • getEntityClass

      public Class<ControlType> getEntityClass()
      Gets the entity class.
      Returns:
      The ControlType class.
    • getUri

      public URI getUri()
      Gets the URI.
      Returns:
      The control type URI.
    • setUri

      public void setUri(URI value)
      Sets the URI.
      Parameters:
      value - The control type URI.