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
  • Constructor Details

    • LockableSetting

      public LockableSetting()
  • Method Details

    • isLocked

      public Boolean isLocked()
    • setLocked

      public void setLocked(Boolean value)