| java.lang.Object examples.options.BookBean
BookBean | public class BookBean (Code) | | Represents a book
version: $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $ |
BookBean | public BookBean(String isbn, String title)(Code) | | Constructor for BookBean.
Parameters: title - the book title Parameters: isbn - the ISBN |
getIsbn | public String getIsbn()(Code) | | Returns the ISBN.
the ISBN |
getTitle | public String getTitle()(Code) | | Returns the book title
the title |
|
|