Class StepProperty

java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.StepProperty
All Implemented Interfaces:
Serializable

public class StepProperty extends LockableSetting
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 Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • StepProperty

      public StepProperty()
    • StepProperty

      public StepProperty(String name)
    • StepProperty

      public StepProperty(String name, String value)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)