|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--tutorial.portal.Stock
Stores information about a single Stock.
Field Summary | |
double |
change
|
double |
price
|
java.lang.String |
tickerId
|
Constructor Summary | |
Stock()
|
|
Stock(java.lang.String tickerId,
double price,
double change)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String tickerId
public double price
public double change
Constructor Detail |
public Stock()
public Stock(java.lang.String tickerId, double price, double change)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |