org.apache.commons.configuration.beanutils
Class TestBeanHelper.TestBean
java.lang.Object
org.apache.commons.configuration.beanutils.TestBeanHelper.TestBean
- Enclosing class:
- TestBeanHelper
public static class TestBeanHelper.TestBean
- extends Object
A simple bean class used for testing creation operations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBeanHelper.TestBean
public TestBeanHelper.TestBean()
getBuddy
public TestBeanHelper.TestBean getBuddy()
setBuddy
public void setBuddy(TestBeanHelper.TestBean buddy)
getIntValue
public int getIntValue()
setIntValue
public void setIntValue(int intValue)
getStringValue
public String getStringValue()
setStringValue
public void setStringValue(String stringValue)
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.