|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.test.BeanUtilsTest.TestBean
public class BeanUtilsTest.TestBean
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 |
---|
public BeanUtilsTest.TestBean(String name)
name
- The initial name.Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |