net.sourceforge.eclipsetrader.core.db
Class Dividend

java.lang.Object
  extended bynet.sourceforge.eclipsetrader.core.db.Dividend

public class Dividend
extends java.lang.Object

Security dividends data.

Since:
1.0
Author:
Marco Maccaferri

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

Dividend

public Dividend()
Method Detail

getDate

public java.util.Date getDate()
Returns the dividend date.

Returns:
the date

setDate

public void setDate(java.util.Date date)
Sets the dividend date.

Parameters:
date - the date

getValue

public double getValue()
Returns the dividend value.

Returns:
the value

setValue

public void setValue(double value)
Sets the dividend date.

Parameters:
value - the value