jsp2.examples
Class BookBean

java.lang.Object
  extended by jsp2.examples.BookBean

public class BookBean
extends Object


Constructor Summary
BookBean(String title, String author, String isbn)
           
 
Method Summary
 String getAuthor()
           
 String getIsbn()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookBean

public BookBean(String title,
                String author,
                String isbn)
Method Detail

getTitle

public String getTitle()

getAuthor

public String getAuthor()

getIsbn

public String getIsbn()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.