java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.StepSetup
- All Implemented Interfaces:
Serializable
Step-setup is a child element that describes the shared result file placeholder information for the step-setup view.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanIndicates whether the step setup view is enabled.protected List<SharedResultFile>List of shared result files for the step setup view.Fields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFile(SharedResultFile file) Adds a shared result file to the step setup view.getFiles()Gets the list of shared result files for the step setup view.booleanGets whether the step setup view is enabled.voidsetEnabled(boolean enabled) Sets whether the step setup view is enabled.Methods inherited from class com.genologics.ri.stepconfiguration.LockableSetting
isLocked, setLocked
-
Field Details
-
files
List of shared result files for the step setup view. -
enabled
protected boolean enabledIndicates whether the step setup view is enabled.
-
-
Constructor Details
-
StepSetup
public StepSetup()
-
-
Method Details
-
getFiles
Gets the list of shared result files for the step setup view.- Returns:
- The list of shared result files.
-
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.
-