|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.eclipsetrader.core.db.Dividend
Security dividends data.
Constructor Summary | |
---|---|
Dividend()
|
Method Summary | |
---|---|
java.util.Date |
getDate()
Returns the dividend date. |
double |
getValue()
Returns the dividend value. |
void |
setDate(java.util.Date date)
Sets the dividend date. |
void |
setValue(double value)
Sets the dividend date. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Dividend()
Method Detail |
public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the datepublic double getValue()
public void setValue(double value)
value
- the value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |