|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParamDTO
public class ParamDTO
ParamDTO defines a pair of data, namely the parameter and its value. The object is used define an input parameter.
Field Summary | |
---|---|
private java.lang.String |
param
name of the parameter |
private java.lang.String |
val
value of the parameter |
Constructor Summary | |
---|---|
ParamDTO(java.lang.String parameter,
java.lang.String value)
Constructor method |
Method Summary | |
---|---|
java.lang.String |
getParam()
Returns the name of the parameter |
java.lang.String |
getVal()
Returns the value of the parameter |
void |
setParam(java.lang.String str)
Sets the name of the parameter |
void |
setVal(java.lang.String val)
Sets the value of the parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String param
private java.lang.String val
param
Constructor Detail |
---|
public ParamDTO(java.lang.String parameter, java.lang.String value)
parameter
- a parametervalue
- the value of the parameterMethod Detail |
---|
public void setParam(java.lang.String str)
str
- name of the parameterpublic void setVal(java.lang.String val)
val
- value of the parameterpublic java.lang.String getParam()
public java.lang.String getVal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |