org.idoox.transport.jms
Interface JMSConfig.ReductionConfig.PropertyConfig

Enclosing interface:
JMSConfig.ReductionConfig

public static interface JMSConfig.ReductionConfig.PropertyConfig

Property config


Method Summary
 java.lang.String getKey()
          Returns name of the property
 java.lang.String getValue()
          Returns value of the property
 void setKey(java.lang.String name)
          Sets the name of the property
 void setValue(java.lang.String value)
          Sets the value of the property
 

Method Detail

getKey

public java.lang.String getKey()
Returns name of the property

Returns:
the name

setKey

public void setKey(java.lang.String name)
Sets the name of the property

Parameters:
name - property name

getValue

public java.lang.String getValue()
Returns value of the property

Returns:
the value

setValue

public void setValue(java.lang.String value)
Sets the value of the property

Parameters:
value - property value