|
|||||||||
| Home >> All >> samples >> [ stock overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
samples.stock
Class GetQuote

java.lang.Objectsamples.stock.GetQuote
- public class GetQuote
- extends java.lang.Object
| Field Summary | |
java.lang.String |
symbol
|
| Constructor Summary | |
GetQuote()
|
|
| Method Summary | |
float |
getQuote(java.lang.String[] args)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
symbol
public java.lang.String symbol
| Constructor Detail |
GetQuote
public GetQuote()
| Method Detail |
getQuote
public float getQuote(java.lang.String[] args) throws java.lang.Exception
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> samples >> [ stock overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
samples.stock.GetQuote