java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ControlTypeLink,EppTrigger,Field,ReagentKitLink,StepProperty,StepSetup
A protocol step setting is considered locked if the Master Step has defined
that setting.
- Since:
- 2.25
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
locked
Indicates whether this setting is locked by the master step.
-
-
Constructor Details
-
LockableSetting
public LockableSetting()Default constructor.
-
-
Method Details
-
isLocked
Gets whether this setting is locked by the master step.- Returns:
- True if locked, false otherwise.
-
setLocked
Sets whether this setting is locked by the master step.- Parameters:
value- True to lock, false to unlock.
-