|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch6.complexForm.RequestDataComplex
public class RequestDataComplex
Uses multiple-valued properties for checkbox groups and multiple selection lists. Single-valued properties are used for all other input elements.
| Field Summary | |
|---|---|
protected java.lang.String |
comments
Variable for the textarea element. |
protected java.lang.String[] |
extra
Array for the checkbox group. |
protected double |
grade
Variable for the single-select list. |
protected int |
happiness
Variable for the radio group. |
protected java.lang.String |
secretCode
Variable for the password element. |
protected java.lang.String[] |
team
Array for the multiple-select list. |
| Constructor Summary | |
|---|---|
RequestDataComplex()
Creates a new instance of RequestData |
|
| Method Summary | |
|---|---|
java.lang.String |
getComments()
Accessor for the textarea element. |
java.lang.String[] |
getExtra()
Accessor for the checkbox group. |
double |
getGrade()
Accessor for the single-select list. |
int |
getHappiness()
Accessor for the radio group. |
java.lang.String |
getSecretCode()
Accessor for the password field. |
java.lang.String[] |
getTeam()
Accessor for the multiple-select list. |
void |
setComments(java.lang.String comments)
Mutator for the textarea element. |
void |
setExtra(java.lang.String[] extra)
Mutator for the checkbox group. |
void |
setGrade(double grade)
Mutator for the single-select list. |
void |
setHappiness(int happiness)
Mutator for the radio group. |
void |
setSecretCode(java.lang.String code)
Mutator for the password field. |
void |
setTeam(java.lang.String[] team)
Mutator for the multiple-select list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String secretCode
protected int happiness
protected java.lang.String[] extra
protected java.lang.String comments
protected double grade
protected java.lang.String[] team
| Constructor Detail |
|---|
public RequestDataComplex()
| Method Detail |
|---|
public void setSecretCode(java.lang.String code)
code - The code from the request data.public java.lang.String getSecretCode()
public void setHappiness(int happiness)
happiness - The happiness from the request data.public int getHappiness()
public void setExtra(java.lang.String[] extra)
extra - The list of extras from the request data.public java.lang.String[] getExtra()
public void setComments(java.lang.String comments)
comments - The comments from the request data.public java.lang.String getComments()
public void setGrade(double grade)
grade - The grade from the request data.public double getGrade()
public void setTeam(java.lang.String[] team)
team - The list of teams from the request data.public java.lang.String[] getTeam()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||