examples.bean
Class NestedBean

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

public class NestedBean
extends Object
implements Serializable

Another Example Bean

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

Constructor Summary
NestedBean()
          Constructor for NestedBean.
 
Method Summary
 String getStringValue()
          Returns the stringValue.
 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

NestedBean

public NestedBean()
Constructor for NestedBean.

Method Detail

getStringValue

public String getStringValue()
Returns the stringValue.

Returns:
String

setStringValue

public void setStringValue(String stringValue)
Sets the stringValue.

Parameters:
stringValue - The stringValue to set


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