org.springframework.beans
Class BeanUtilsTest.B

java.lang.Object
  extended by org.springframework.beans.BeanUtilsTest.B
Enclosing class:
BeanUtilsTest

public class BeanUtilsTest.B
extends Object


Constructor Summary
BeanUtilsTest.B()
           
 
Method Summary
 String getBar()
           
 String getFoo()
           
 void setBar(String bar)
           
 void setFoo(String foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanUtilsTest.B

public BeanUtilsTest.B()
Method Detail

getFoo

public String getFoo()

setFoo

public void setFoo(String foo)

getBar

public String getBar()

setBar

public void setBar(String bar)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.