public class SDParam extends Object implements Serializable
| Constructor and Description |
|---|
SDParam(String paramName,
String paramValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getParamName()
Get the value of paramName
|
String |
getParamValue()
Get the value of paramValue
|
int |
hashCode() |
void |
setParamName(String paramName)
Set the value of paramName
|
void |
setParamValue(String paramValue)
Set the value of paramValue
|
String |
toString() |
public String getParamName()
public void setParamName(String paramName)
paramName - new value of paramNamepublic String getParamValue()
public void setParamValue(String paramValue)
paramValue - new value of paramValueCopyright © 2014–2017. All rights reserved.