Class ProcessTypeLink

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

public class ProcessTypeLink extends Object implements LimsLink<ProcessType>, Serializable
Process-type is a child element of process-template that identifies and provides a URI linking to the detailed representation of the Process Type that the Process Template is associated with.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the process type.
    • name

      protected String name
      The name of the process type.
  • Constructor Details

    • ProcessTypeLink

      public ProcessTypeLink()
      Default constructor.
    • ProcessTypeLink

      public ProcessTypeLink(URI uri)
      Constructor with URI.
      Parameters:
      uri - the URI of the process type.
    • ProcessTypeLink

      public ProcessTypeLink(URI uri, String name)
      Constructor with URI and name.
      Parameters:
      uri - the URI of the process type.
      name - the name of the process type.
    • ProcessTypeLink

      public ProcessTypeLink(Linkable<ProcessType> link)
      Constructor from a linkable process type.
      Parameters:
      link - the linkable process type.
    • ProcessTypeLink

      public ProcessTypeLink(ProcessType processType)
      Constructor from a ProcessType object.
      Parameters:
      processType - the process type.
  • Method Details