Class StepSetup

java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.StepSetup
All Implemented Interfaces:
Serializable

public class StepSetup extends LockableSetting
Step-setup is a child element that describes the shared result file placeholder information for the step-setup view.
See Also:
  • Field Details

    • files

      protected List<SharedResultFile> files
      List of shared result files for the step setup view.
    • enabled

      protected boolean enabled
      Indicates whether the step setup view is enabled.
  • Constructor Details

    • StepSetup

      public StepSetup()
  • Method Details

    • getFiles

      public List<SharedResultFile> getFiles()
      Gets the list of shared result files for the step setup view.
      Returns:
      The list of shared result files.
    • addFile

      public SharedResultFile addFile(SharedResultFile file)
      Adds a shared result file to the step setup view.
      Parameters:
      file - The shared result file.
      Returns:
      The shared result file.
    • isEnabled

      public boolean isEnabled()
      Gets whether the step setup view is enabled.
      Returns:
      True if enabled, false otherwise.
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets whether the step setup view is enabled.
      Parameters:
      enabled - True to enable, false to disable.