Class ProcessTypeLink

java.lang.Object
com.genologics.ri.automation.ProcessTypeLink
All Implemented Interfaces:
LimsLink<ProcessType>, Linkable<ProcessType>, Locatable, Serializable

public class ProcessTypeLink extends Object implements LimsLink<ProcessType>, Serializable
Provides links to process types the automation is enabled on.
Since:
2.26
See Also:
  • Field Details

    • uri

      protected URI uri
    • name

      protected String name
  • Constructor Details

    • ProcessTypeLink

      public ProcessTypeLink()
    • ProcessTypeLink

      public ProcessTypeLink(URI uri)
    • ProcessTypeLink

      public ProcessTypeLink(URI uri, String name)
    • ProcessTypeLink

      public ProcessTypeLink(Linkable<ProcessType> link)
    • ProcessTypeLink

      public ProcessTypeLink(ProcessType processType)
  • 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<ProcessType>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

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

      public void setProcessType(Linkable<ProcessType> processType)
    • getName

      public String getName()
    • setName

      public void setName(String value)
    • getEntityClass

      public Class<ProcessType> 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<ProcessType>
      Returns:
      The real object class.
    • toString

      public String toString()
      Overrides:
      toString in class Object