|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch3.dataBean.RequestData
public class RequestData
The bean that encapsulates the data from the request.
When the request is received, the controller will copy the data from the request into the bean.
| Field Summary | |
|---|---|
protected java.lang.String |
aversion
The variable to store the aversion. |
protected java.lang.String |
hobby
The variable to store the hobby. |
| Constructor Summary | |
|---|---|
RequestData()
Creates a new instance of RequestData |
|
| Method Summary | |
|---|---|
java.lang.String |
getAversion()
The accessor for the aversion property. |
java.lang.String |
getHobby()
The accessor for the hobby property. |
void |
setAversion(java.lang.String aversion)
The mutator for the aversion property. |
void |
setHobby(java.lang.String hobby)
The mutator for the hobby property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String hobby
protected java.lang.String aversion
| Constructor Detail |
|---|
public RequestData()
| Method Detail |
|---|
public void setHobby(java.lang.String hobby)
hobby - The hobby from the request data.public java.lang.String getHobby()
public void setAversion(java.lang.String aversion)
aversion - The aversion from the request data.public java.lang.String getAversion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||