|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.examples.spring.common.ContactGenerator
public class ContactGenerator
generates random contacts
| Method Summary | |
|---|---|
Contact |
generate()
generates a new contact |
void |
generate(Collection collection,
int count)
generats count number contacts and puts them into collection
collection |
long |
generateId()
|
static ContactGenerator |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ContactGenerator getInstance()
public long generateId()
public Contact generate()
public void generate(Collection collection,
int count)
count number contacts and puts them into collection
collection
collection - count -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||