Class ProtocolProperty

java.lang.Object
com.genologics.ri.protocolconfiguration.ProtocolProperty
All Implemented Interfaces:
Serializable

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

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • ProtocolProperty

      public ProtocolProperty()
    • ProtocolProperty

      public ProtocolProperty(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)