|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.form.TestBean
Bean containing test data
Constructor Summary | |
TestBean()
|
Method Summary | |
java.util.Date |
getDateTimeValue()
|
java.util.Date |
getDateValue()
Returns the dateValue. |
double |
getDoubleValue()
Returns the doubleValue. |
int |
getDynList()
Returns the dynList. |
org.apache.commons.fileupload.FileItem |
getFileItem()
|
int |
getIntValue()
Returns the intValue. |
int |
getList1()
Returns the list1. |
int[] |
getListN()
Returns the listN. |
java.lang.String |
getPassword()
Returns the password. |
java.lang.String |
getStringValue()
Returns the stringValue. |
java.lang.String |
getTextArea()
Returns the textArea. |
java.lang.String |
getUploadInfo()
|
boolean |
isCheckBox1()
Returns the checkBox1. |
boolean |
isCheckBox2()
Returns the checkBox2. |
boolean |
isRadioButton1()
Returns the radioButton1. |
boolean |
isRadioButton2()
Returns the radioButton2. |
void |
setCheckBox1(boolean checkBox1)
Sets the checkBox1. |
void |
setCheckBox2(boolean checkBox2)
Sets the checkBox2. |
void |
setDateTimeValue(java.util.Date dateTimeValue)
|
void |
setDateValue(java.util.Date dateValue)
Sets the dateValue. |
void |
setDoubleValue(double doubleValue)
Sets the doubleValue. |
void |
setDynList(int dynList)
Sets the dynList. |
void |
setFileItem(org.apache.commons.fileupload.FileItem fileItem)
|
void |
setIntValue(int intValue)
Sets the intValue. |
void |
setList1(int list1)
Sets the list1. |
void |
setListN(int[] listN)
Sets the listN. |
void |
setPassword(java.lang.String password)
Sets the password. |
void |
setRadioButton1(boolean radioButton1)
Sets the radioButton1. |
void |
setRadioButton2(boolean radioButton2)
Sets the radioButton2. |
void |
setStringValue(java.lang.String stringValue)
Sets the stringValue. |
void |
setTextArea(java.lang.String textArea)
Sets the textArea. |
void |
testActionReference(RequestContext context)
this method is called when the user presses a button and the requested validation succeeded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestBean()
Method Detail |
public void testActionReference(RequestContext context)
context
- public boolean isCheckBox1()
public boolean isCheckBox2()
public java.util.Date getDateValue()
public int getIntValue()
public int getList1()
public int[] getListN()
public java.lang.String getPassword()
public java.lang.String getStringValue()
public java.lang.String getTextArea()
public void setCheckBox1(boolean checkBox1)
checkBox1
- The checkBox1 to setpublic void setCheckBox2(boolean checkBox2)
checkBox2
- The checkBox2 to setpublic void setDateValue(java.util.Date dateValue)
dateValue
- The dateValue to setpublic void setIntValue(int intValue)
intValue
- The intValue to setpublic void setList1(int list1)
list1
- The list1 to setpublic void setListN(int[] listN)
listN
- The listN to setpublic void setPassword(java.lang.String password)
password
- The password to setpublic void setStringValue(java.lang.String stringValue)
stringValue
- The stringValue to setpublic void setTextArea(java.lang.String textArea)
textArea
- The textArea to setpublic boolean isRadioButton1()
public boolean isRadioButton2()
public void setRadioButton1(boolean radioButton1)
radioButton1
- The radioButton1 to setpublic void setRadioButton2(boolean radioButton2)
radioButton2
- The radioButton2 to setpublic double getDoubleValue()
public void setDoubleValue(double doubleValue)
doubleValue
- The doubleValue to setpublic int getDynList()
public void setDynList(int dynList)
dynList
- The dynList to setpublic java.util.Date getDateTimeValue()
public void setDateTimeValue(java.util.Date dateTimeValue)
public org.apache.commons.fileupload.FileItem getFileItem()
public void setFileItem(org.apache.commons.fileupload.FileItem fileItem)
public java.lang.String getUploadInfo() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |