|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStockData
Represents the data contained in the Stock Series
| Method Summary | |
|---|---|
java.lang.String |
getCloseExpr()
Gets the expression of Close. |
java.lang.String |
getHighExpr()
Gets the expression of High. |
java.lang.String |
getLowExpr()
Gets the expression of Low. |
java.lang.String |
getOpenExpr()
Gets the expression of Open. |
void |
setCloseExpr(java.lang.String expr)
Sets the query expression of Close. |
void |
setHighExpr(java.lang.String expr)
Sets the query expression of High. |
void |
setLowExpr(java.lang.String expr)
Sets the query expression of Low. |
void |
setOpenExpr(java.lang.String expr)
Sets the query expression of Open. |
| Method Detail |
|---|
java.lang.String getOpenExpr()
java.lang.String getCloseExpr()
java.lang.String getHighExpr()
java.lang.String getLowExpr()
void setHighExpr(java.lang.String expr)
High - expressionvoid setLowExpr(java.lang.String expr)
Low - expressionvoid setOpenExpr(java.lang.String expr)
Open - expressionvoid setCloseExpr(java.lang.String expr)
Close - expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||