java.lang.Object
com.genologics.ri.protocolconfiguration.ProtocolProperty
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ProtocolProperty(String name, String value) Constructor with name and value. -
Method Summary
-
Field Details
-
name
The name of the protocol property. -
value
The value of the protocol property.
-
-
Constructor Details
-
ProtocolProperty
public ProtocolProperty()Default constructor. -
ProtocolProperty
Constructor with name and value.- Parameters:
name- The name of the protocol property.value- The value of the protocol property.
-
-
Method Details
-
getName
Gets the name of the protocol property.- Returns:
- The protocol property name.
-
setName
Sets the name of the protocol property.- Parameters:
name- The protocol property name.
-
getValue
Gets the value of the protocol property.- Returns:
- The protocol property value.
-
setValue
Sets the value of the protocol property.- Parameters:
value- The protocol property value.
-