org.apache.wicket.examples.linkomatic
Class Book

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

public class Book
extends Object
implements IClusterable

Simple book model.

Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
Book(String title)
          Constructor
 
Method Summary
 String getTitle()
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Book

public Book(String title)
Constructor

Parameters:
title - The title of this book
Method Detail

getTitle

public String getTitle()
Returns:
Returns the title.

setTitle

public void setTitle(String title)
Parameters:
title - The title to set.


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