org.apache.wicket.examples.compref
Class Book

java.lang.Object
  extended by org.apache.wicket.examples.compref.Book
All Implemented Interfaces:
Serializable, IClusterable

public final class Book
extends Object
implements IClusterable

A book.

Author:
Eelco Hillenius
See Also:
Serialized Form

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

Book

public Book()
Construct.

Method Detail

getAuthor

public final String getAuthor()
Gets the author.

Returns:
author

setAuthor

public final void setAuthor(String author)
Sets the author.

Parameters:
author - author

getIsbn

public final String getIsbn()
Gets the isbn.

Returns:
isbn

setIsbn

public final void setIsbn(String isbn)
Sets the isbn.

Parameters:
isbn - isbn

getTitle

public final String getTitle()
Gets the title.

Returns:
title

setTitle

public final void setTitle(String title)
Sets the title.

Parameters:
title - title


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.