org.apache.commons.betwixt
Class LibraryBeanWithArraySetter

java.lang.Object
  extended by org.apache.commons.betwixt.LibraryBeanWithArraySetter

public class LibraryBeanWithArraySetter
extends java.lang.Object

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Constructor Summary
LibraryBeanWithArraySetter()
           
 
Method Summary
 BookBean[] getBooks()
           
 void setBooks(BookBean[] books)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryBeanWithArraySetter

public LibraryBeanWithArraySetter()
Method Detail

getBooks

public BookBean[] getBooks()

setBooks

public void setBooks(BookBean[] books)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.