|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.options.BookBean
public class BookBean
Represents a book
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 |
---|
public BookBean(String isbn, String title)
title
- the book titleisbn
- the ISBNMethod Detail |
---|
public String getIsbn()
public String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |