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 Summary
ConstructorDescriptionUserParameter is a bean so we need a empty constructor.UserParameter
(String parameterKey, Object parameterValue) Creates a new user parameter instance. -
Method Summary
-
Constructor Details
-
UserParameter
public UserParameter()UserParameter is a bean so we need a empty constructor. -
UserParameter
Creates a new user parameter instance.- Parameters:
parameterKey
- the key related to the specified parameter value.parameterValue
- the user parameter value.
-