examples.options
Class BookBean

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

public class BookBean
extends Object

Represents a book

Version:
$Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $

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

Constructor Detail

BookBean

public BookBean(String isbn,
                String title)
Constructor for BookBean.

Parameters:
title - the book title
isbn - the ISBN
Method Detail

getIsbn

public String getIsbn()
Returns the ISBN.

Returns:
the ISBN

getTitle

public String getTitle()
Returns the book title

Returns:
the title


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.