|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.plugin.ticker.Quote
public class Quote
Quote is a simple data holder for use in the caching mechanism.
| Constructor Summary | |
|---|---|
Quote(String symbol,
String value)
Basic constructor... |
|
| Method Summary | |
|---|---|
String |
getSymbol()
Getter... |
String |
getValue()
Getter... |
void |
update(String newValue)
Update the value and freshen the expiration time stamp. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Quote(String symbol,
String value)
symbol - value - | Method Detail |
|---|
public String getSymbol()
public String getValue()
public void update(String newValue)
newValue -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||