Class StepProperty

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

public class StepProperty extends Object implements Serializable
Step-property is a child element of master step containing key/value pairs for setting specific attributes of master steps. This information contains internally used properties that will change. These properties are suitable for use when copying master steps, but should not be manipulated.
Since:
2.25
See Also:
  • Field Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • StepProperty

      public StepProperty()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)