org.apache.wicket.examples.stockquote
Class StockQuotePage.Quote

java.lang.Object
  extended by org.apache.wicket.examples.stockquote.StockQuotePage.Quote
All Implemented Interfaces:
Serializable, IClusterable
Enclosing class:
StockQuotePage

public static class StockQuotePage.Quote
extends Object
implements IClusterable

POJO to hold the symbol for the quote query.

See Also:
Serialized Form

Constructor Summary
StockQuotePage.Quote()
           
 
Method Summary
 String getSymbol()
          Gets the symbol.
 void setSymbol(String symbol)
          Sets the symbol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockQuotePage.Quote

public StockQuotePage.Quote()
Method Detail

getSymbol

public String getSymbol()
Gets the symbol.

Returns:
the symbol

setSymbol

public void setSymbol(String symbol)
Sets the symbol.

Parameters:
symbol - the symbol


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