|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.bean.ExampleBean
public class ExampleBean
An example bean for Bean Examples
Constructor Summary | |
---|---|
ExampleBean()
Constructor for TestBean. |
Method Summary | |
---|---|
String[] |
getArray()
Returns the array. |
Date |
getDateValue()
Returns the dateValue. |
double |
getDoubleValue()
Returns the doubleValue. |
float |
getFloatValue()
Returns the floatValue. |
String |
getHtml()
Returns the html. |
int |
getIntValue()
Returns the intValue. |
List |
getList()
Returns the list. |
long |
getLongValue()
Returns the longValue. |
NestedBean |
getNested()
Returns the nested. |
short |
getShortValue()
Returns the shortValue. |
String |
getStringValue()
Returns the stringValue. |
boolean |
isBooleanValue()
Returns the booleanValue. |
void |
setArray(String[] array)
Sets the array. |
void |
setBooleanValue(boolean booleanValue)
Sets the booleanValue. |
void |
setDateValue(Date date)
Sets the dateValue. |
void |
setDoubleValue(double doubleValue)
Sets the doubleValue. |
void |
setFloatValue(float floatValue)
Sets the floatValue. |
void |
setHtml(String html)
Sets the html. |
void |
setIntValue(int intValue)
Sets the intValue. |
void |
setList(List list)
Sets the list. |
void |
setLongValue(long longValue)
Sets the longValue. |
void |
setNested(NestedBean nested)
Sets the nested. |
void |
setShortValue(short shortValue)
Sets the shortValue. |
void |
setStringValue(String stringValue)
Sets the stringValue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExampleBean()
Method Detail |
---|
public boolean isBooleanValue()
public double getDoubleValue()
public float getFloatValue()
public int getIntValue()
public long getLongValue()
public short getShortValue()
public String getStringValue()
public void setBooleanValue(boolean booleanValue)
booleanValue
- The booleanValue to setpublic void setDoubleValue(double doubleValue)
doubleValue
- The doubleValue to setpublic void setFloatValue(float floatValue)
floatValue
- The floatValue to setpublic void setIntValue(int intValue)
intValue
- The intValue to setpublic void setLongValue(long longValue)
longValue
- The longValue to setpublic void setShortValue(short shortValue)
shortValue
- The shortValue to setpublic void setStringValue(String stringValue)
stringValue
- The stringValue to setpublic List getList()
public void setList(List list)
list
- The list to setpublic NestedBean getNested()
public void setNested(NestedBean nested)
nested
- The nested to setpublic Date getDateValue()
public void setDateValue(Date date)
date
- The date to setpublic String[] getArray()
public void setArray(String[] array)
array
- The array to setpublic String getHtml()
public void setHtml(String html)
html
- The html to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |