examples.bean
Class ExampleBean

java.lang.Object
  extended by examples.bean.ExampleBean
All Implemented Interfaces:
Serializable

public class ExampleBean
extends Object
implements Serializable

An example bean for Bean Examples

Version:
$Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $
See Also:
Serialized Form

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

ExampleBean

public ExampleBean()
Constructor for TestBean.

Method Detail

isBooleanValue

public boolean isBooleanValue()
Returns the booleanValue.

Returns:
boolean

getDoubleValue

public double getDoubleValue()
Returns the doubleValue.

Returns:
double

getFloatValue

public float getFloatValue()
Returns the floatValue.

Returns:
float

getIntValue

public int getIntValue()
Returns the intValue.

Returns:
int

getLongValue

public long getLongValue()
Returns the longValue.

Returns:
long

getShortValue

public short getShortValue()
Returns the shortValue.

Returns:
short

getStringValue

public String getStringValue()
Returns the stringValue.

Returns:
String

setBooleanValue

public void setBooleanValue(boolean booleanValue)
Sets the booleanValue.

Parameters:
booleanValue - The booleanValue to set

setDoubleValue

public void setDoubleValue(double doubleValue)
Sets the doubleValue.

Parameters:
doubleValue - The doubleValue to set

setFloatValue

public void setFloatValue(float floatValue)
Sets the floatValue.

Parameters:
floatValue - The floatValue to set

setIntValue

public void setIntValue(int intValue)
Sets the intValue.

Parameters:
intValue - The intValue to set

setLongValue

public void setLongValue(long longValue)
Sets the longValue.

Parameters:
longValue - The longValue to set

setShortValue

public void setShortValue(short shortValue)
Sets the shortValue.

Parameters:
shortValue - The shortValue to set

setStringValue

public void setStringValue(String stringValue)
Sets the stringValue.

Parameters:
stringValue - The stringValue to set

getList

public List getList()
Returns the list.

Returns:
List

setList

public void setList(List list)
Sets the list.

Parameters:
list - The list to set

getNested

public NestedBean getNested()
Returns the nested.

Returns:
NestedBean

setNested

public void setNested(NestedBean nested)
Sets the nested.

Parameters:
nested - The nested to set

getDateValue

public Date getDateValue()
Returns the dateValue.

Returns:
java.util.Date

setDateValue

public void setDateValue(Date date)
Sets the dateValue.

Parameters:
date - The date to set

getArray

public String[] getArray()
Returns the array.

Returns:
String[]

setArray

public void setArray(String[] array)
Sets the array.

Parameters:
array - The array to set

getHtml

public String getHtml()
Returns the html.

Returns:
String

setHtml

public void setHtml(String html)
Sets the html.

Parameters:
html - The html to set


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.