org.apache.taglibs.rdc
Class HelloWorldBean

java.lang.Object
  extended by org.apache.taglibs.rdc.HelloWorldBean
All Implemented Interfaces:
java.io.Serializable

public class HelloWorldBean
extends java.lang.Object
implements java.io.Serializable

HelloWorldBean

See Also:
Serialized Form

Constructor Summary
HelloWorldBean()
           
 
Method Summary
 java.lang.String getName()
          Get the Name value.
 void setName(java.lang.String newName)
          Set the Name value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldBean

public HelloWorldBean()
Method Detail

getName

public java.lang.String getName()
Get the Name value.

Returns:
the Name value.

setName

public void setName(java.lang.String newName)
Set the Name value.

Parameters:
newName - The new Name value.


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.