org.springframework.richclient.form.builder
Class TestBean

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.form.builder.TestBean

public class TestBean
extends Object

Bean for testing purposes.

Author:
Peter De Bruycker

Constructor Summary
TestBean()
           
 
Method Summary
 String getProperty()
           
 void setProperty(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBean

public TestBean()
Method Detail

getProperty

public String getProperty()

setProperty

public void setProperty(String property)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.