public class UserParameter
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UserParameter()
UserParameter is a bean so we need a empty constructor.
|
UserParameter(java.lang.String parameterKey,
java.lang.Object parameterValue)
Creates a new user parameter instance.
|
public UserParameter()
public UserParameter(java.lang.String parameterKey,
java.lang.Object parameterValue)
parameterKey - the key related to the specified parameter value.parameterValue - the user parameter value.