Class LockableSetting

java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ControlTypeLink, EppTrigger, Field, ReagentKitLink, StepProperty, StepSetup

public class LockableSetting extends Object implements Serializable
A protocol step setting is considered locked if the Master Step has defined that setting.
Since:
2.25
See Also:
  • Field Details

    • locked

      protected Boolean locked
      Indicates whether this setting is locked by the master step.
  • Constructor Details

    • LockableSetting

      public LockableSetting()
      Default constructor.
  • Method Details

    • isLocked

      public Boolean isLocked()
      Gets whether this setting is locked by the master step.
      Returns:
      True if locked, false otherwise.
    • setLocked

      public void setLocked(Boolean value)
      Sets whether this setting is locked by the master step.
      Parameters:
      value - True to lock, false to unlock.