wicket.contrib.phonebook
Class DataGenerator

java.lang.Object
  extended by wicket.contrib.phonebook.DataGenerator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class DataGenerator
extends Object
implements org.springframework.beans.factory.InitializingBean

Author:
ivaynberg, Kare Nuorteva

Constructor Summary
DataGenerator()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setContactDao(ContactDao dao)
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataGenerator

public DataGenerator()
Method Detail

setContactDao

public void setContactDao(ContactDao dao)

setCount

public void setCount(int count)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2005-2012 Wicket developers. All Rights Reserved.