org.apache.commons.dbutils
Class TestBean
java.lang.Object
org.apache.commons.dbutils.TestBean
public class TestBean
- extends Object
A bean to use in testing toBean() and toBeanList().
Constructor Summary |
TestBean()
Constructor for TestBean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBean
public TestBean()
- Constructor for TestBean.
getOne
public String getOne()
getThree
public String getThree()
getTwo
public String getTwo()
setOne
public void setOne(String string)
setThree
public void setThree(String string)
setTwo
public void setTwo(String string)
getDoNotSet
public String getDoNotSet()
setDoNotSet
public void setDoNotSet(String string)
getIntegerTest
public Integer getIntegerTest()
getIntTest
public int getIntTest()
setIntegerTest
public void setIntegerTest(Integer integer)
setIntTest
public void setIntTest(int i)
getNullObjectTest
public Object getNullObjectTest()
getNullPrimitiveTest
public int getNullPrimitiveTest()
setNullObjectTest
public void setNullObjectTest(Object object)
setNullPrimitiveTest
public void setNullPrimitiveTest(int i)
getNotDate
public String getNotDate()
setNotDate
public void setNotDate(String string)
getColumnProcessorDoubleTest
public double getColumnProcessorDoubleTest()
setColumnProcessorDoubleTest
public void setColumnProcessorDoubleTest(double d)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.