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


Field Summary
(package private)  String bar
           
(package private)  String foo
           
 
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
 

Field Detail

foo

String foo

bar

String bar
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-2011 The Kuali Foundation. All Rights Reserved.