org.ujac.util.test
Class BeanUtilsTest.TestBean

java.lang.Object
  extended by org.ujac.util.test.BeanUtilsTest.TestBean
Enclosing class:
BeanUtilsTest

public class BeanUtilsTest.TestBean
extends Object

Name: TestBean
Description: Test beans.


Constructor Summary
BeanUtilsTest.TestBean(String name)
          Constructs a TestBean instance with specific attributes.
 
Method Summary
 String getName()
          Gets the name.
 void setName(String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanUtilsTest.TestBean

public BeanUtilsTest.TestBean(String name)
Constructs a TestBean instance with specific attributes.

Parameters:
name - The initial name.
Method Detail

getName

public String getName()
Gets the name.

Returns:
The current name.

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name to set.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.