Class StepSetup

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

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

    • files

      protected List<SharedResultFile> files
      The list of shared result file configurations.
    • enabled

      protected Boolean enabled
      Whether the step setup view is enabled for this process type.
  • Constructor Details

    • StepSetup

      public StepSetup()
      Constructs a new step setup.
  • Method Details

    • getFiles

      public List<SharedResultFile> getFiles()
      Gets the list of shared result file configurations.
      Returns:
      a list of shared result files.
    • getEnabled

      public Boolean getEnabled()
      Gets whether the step setup view is enabled for this process type.
      Returns:
      true if step setup is enabled, false otherwise.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets whether the step setup view is enabled for this process type.
      Parameters:
      enabled - true if step setup should be enabled.