Serialized Form


Package org.wicketstuff.osgi.test.library.model

Class org.wicketstuff.osgi.test.library.model.Author extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

firstName

String firstName

lastName

String lastName

books

Set<E> books

Class org.wicketstuff.osgi.test.library.model.Book extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

title

String title

author

Author author

Package org.wicketstuff.osgi.test.library.service

Package org.wicketstuff.osgi.test.library.service.impl

Class org.wicketstuff.osgi.test.library.service.impl.SimpleLibraryService extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

authorId

int authorId

bookId

int bookId

authors

Map<K,V> authors

books

Map<K,V> books



Copyright © 2011. All Rights Reserved.