|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.examples.stockquote.StockQuote
public class StockQuote
Provides access to a SOAP service for getting stock quotes based on a symbol. Found on http://www.devx.com/Java/Article/27559/0/page/2
| Constructor Summary | |
|---|---|
StockQuote()
Default constructor. |
|
StockQuote(String symbol)
Constructor setting the symbol to get the quote for. |
|
| Method Summary | |
|---|---|
String |
getQuote()
Gets a stock quote for the given symbol |
String |
getSymbol()
Gets the symbol. |
void |
setSymbol(String symbol)
Sets the symbol for getting the quote. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StockQuote()
public StockQuote(String symbol)
symbol - the symbol to look up| Method Detail |
|---|
public String getSymbol()
public void setSymbol(String symbol)
symbol - public String getQuote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||