Class UserParameter
java.lang.Object
com.kheops.jmap.client.userparameter.UserParameter
- All Implemented Interfaces:
- Serializable
UserParameter class used to store user parameters (key / object).
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUserParameter is a bean so we need a empty constructor.UserParameter(String parameterKey, Object parameterValue) Creates a new user parameter instance.
- 
Method Summary
- 
Constructor Details- 
UserParameterpublic UserParameter()UserParameter is a bean so we need a empty constructor.
- 
UserParameterCreates a new user parameter instance.- Parameters:
- parameterKey- the key related to the specified parameter value.
- parameterValue- the user parameter value.
 
 
-