net.sourceforge.eclipsetrader.core.db
Class Split

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

public class Split
extends java.lang.Object

Holds security splits.

Since:
1.0
Author:
Marco Maccaferri

Constructor Summary
Split()
           
 
Method Summary
 java.util.Date getDate()
          Returns the split date.
 int getFromQuantity()
           
 int getToQuantity()
           
 void setDate(java.util.Date date)
          Sets the split date.
 void setFromQuantity(int value)
           
 void setToQuantity(int toQuantity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Split

public Split()
Method Detail

getDate

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

Returns:
the date

setDate

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

Parameters:
date - the split date

getFromQuantity

public int getFromQuantity()

setFromQuantity

public void setFromQuantity(int value)

getToQuantity

public int getToQuantity()

setToQuantity

public void setToQuantity(int toQuantity)