Class StockQuotePage.Quote
- java.lang.Object
-
- 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
Constructors Constructor Description Quote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSymbol()Gets the symbol.voidsetSymbol(String symbol)Sets the symbol.
-