|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.TestBean
public class TestBean
An example bean for Bean Examples
Constructor Summary | |
---|---|
TestBean()
Constructor for TestBean. |
Method Summary | |
---|---|
Date |
getDateValue()
Returns the dateValue. |
double |
getDoubleValue()
Returns the doubleValue. |
float |
getFloatValue()
Returns the floatValue. |
int |
getIntValue()
Returns the intValue. |
long |
getLongValue()
Returns the longValue. |
short |
getShortValue()
Returns the shortValue. |
String |
getStringValue()
Returns the stringValue. |
boolean |
isBooleanValue()
Returns the booleanValue. |
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 |
setIntValue(int intValue)
Sets the intValue. |
void |
setLongValue(long longValue)
Sets the longValue. |
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 TestBean()
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 Date getDateValue()
public void setDateValue(Date date)
date
- The date to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |