|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.examples.compref.Book
public final class Book
A book.
| Constructor Summary | |
|---|---|
Book()
Construct. |
|
| Method Summary | |
|---|---|
String |
getAuthor()
Gets the author. |
String |
getIsbn()
Gets the isbn. |
String |
getTitle()
Gets the title. |
void |
setAuthor(String author)
Sets the author. |
void |
setIsbn(String isbn)
Sets the isbn. |
void |
setTitle(String title)
Sets the title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Book()
| Method Detail |
|---|
public final String getAuthor()
public final void setAuthor(String author)
author - authorpublic final String getIsbn()
public final void setIsbn(String isbn)
isbn - isbnpublic final String getTitle()
public final void setTitle(String title)
title - title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||