public class InitParams extends Object implements Serializable
Constructor and Description |
---|
InitParams() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getParamName()
Returns the value of field 'paramName'.
|
String |
getParamValue()
Returns the value of field 'paramValue'.
|
int |
hashCode()
Method hashCode.
|
void |
setParamName(String paramName)
Sets the value of field 'paramName'.
|
void |
setParamValue(String paramValue)
Sets the value of field 'paramValue'.
|
public boolean equals(Object obj)
public String getParamName()
public String getParamValue()
public int hashCode()
public void setParamName(String paramName)
paramName
- the value of field 'paramName'.public void setParamValue(String paramValue)
paramValue
- the value of field 'paramValue'.Copyright © 2017. All rights reserved.