org.apache.commons.configuration.beanutils
Class TestBeanHelper.TestBean

java.lang.Object
  extended by 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.


Constructor Summary
TestBeanHelper.TestBean()
           
 
Method Summary
 TestBeanHelper.TestBean getBuddy()
           
 int getIntValue()
           
 String getStringValue()
           
 void setBuddy(TestBeanHelper.TestBean buddy)
           
 void setIntValue(int intValue)
           
 void setStringValue(String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBeanHelper.TestBean

public TestBeanHelper.TestBean()
Method Detail

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.