java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.StepProperty
- All Implemented Interfaces:
Serializable
Step-property is a child element of protocol step containing key/value pairs for
setting specific attributes of protocol steps.
This information contains internally used properties that will change. These properties are
suitable for use when copying protocol steps, but should not be manipulated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe name of the step property.protected StringThe value of the step property.Fields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.StepProperty(String name) Constructor with property name.StepProperty(String name, String value) Constructor with property name and value. -
Method Summary
Methods inherited from class com.genologics.ri.stepconfiguration.LockableSetting
isLocked, setLocked
-
Field Details
-
name
The name of the step property. -
value
The value of the step property.
-
-
Constructor Details
-
StepProperty
public StepProperty()Default constructor. -
StepProperty
Constructor with property name.- Parameters:
name- The property name.
-
StepProperty
Constructor with property name and value.- Parameters:
name- The property name.value- The property value.
-
-
Method Details
-
getName
Gets the name of the step property.- Returns:
- The property name.
-
setName
Sets the name of the step property.- Parameters:
name- The property name.
-
getValue
Gets the value of the step property.- Returns:
- The property value.
-
setValue
Sets the value of the step property.- Parameters:
value- The property value.
-