org.apache.wicket.examples.compref
Class Book

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

public final class Book
extends java.lang.Object
implements IClusterable

A book.

Author:
Eelco Hillenius
See Also:
Serialized Form

Constructor Summary
Book()
          Construct.
 
Method Summary
 java.lang.String getAuthor()
          Gets the author.
 java.lang.String getIsbn()
          Gets the isbn.
 java.lang.String getTitle()
          Gets the title.
 void setAuthor(java.lang.String author)
          Sets the author.
 void setIsbn(java.lang.String isbn)
          Sets the isbn.
 void setTitle(java.lang.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 java.lang.String getAuthor()
Gets the author.

Returns:
author

setAuthor

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

Parameters:
author - author

getIsbn

public final java.lang.String getIsbn()
Gets the isbn.

Returns:
isbn

setIsbn

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

Parameters:
isbn - isbn

getTitle

public final java.lang.String getTitle()
Gets the title.

Returns:
title

setTitle

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

Parameters:
title - title


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