Class StepConfiguration

java.lang.Object
com.genologics.ri.step.StepConfiguration
All Implemented Interfaces:
LimsLink<ProtocolStep>, Linkable<ProtocolStep>, Locatable, Serializable

public class StepConfiguration extends Object implements LimsLink<ProtocolStep>, Serializable
Identifies the configuration information for the step run.
See Also:
  • Field Details

    • protocolStepUri

      protected URI protocolStepUri
    • stepName

      protected String stepName
  • Constructor Details

    • StepConfiguration

      public StepConfiguration()
    • StepConfiguration

      public StepConfiguration(URI protocolStepUri)
    • StepConfiguration

      public StepConfiguration(URI protocolStepUri, String stepName)
    • StepConfiguration

      public StepConfiguration(Linkable<ProtocolStep> step)
  • Method Details

    • getProtocolStepUri

      public URI getProtocolStepUri()
    • setProtocolStepUri

      public void setProtocolStepUri(URI protocolStepUri)
    • setProtocolStep

      public void setProtocolStep(Linkable<ProtocolStep> protocolStep)
    • getStepName

      public String getStepName()
    • setStepName

      public void setStepName(String stepName)
    • 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<ProtocolStep>
      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.
    • getEntityClass

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