org.springframework.richclient.context.test
Class TestBean

java.lang.Object
  extended by org.springframework.richclient.context.test.TestBean
All Implemented Interfaces:
TitleConfigurable

public class TestBean
extends Object
implements TitleConfigurable


Constructor Summary
TestBean()
           
 
Method Summary
 void setTitle(String title)
          Sets the title.
 
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

setTitle

public void setTitle(String title)
Description copied from interface: TitleConfigurable
Sets the title.

Specified by:
setTitle in interface TitleConfigurable
Parameters:
title - the title


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