fr.cnes.sitools.properties.model
Class DateBetweenSelection

java.lang.Object
  extended by fr.cnes.sitools.properties.model.DateBetweenSelection

public final class DateBetweenSelection
extends java.lang.Object

Class for numeric BETWEEN in forms

Author:
AKKA Change history : [3346624] conversion done by numeric_between
2011/07/04 d.arpin use Date instead of Float to prevent from precision lost

Constructor Summary
DateBetweenSelection()
          Constructor
DateBetweenSelection(java.util.Date from, java.util.Date to)
          Constructor
 
Method Summary
 java.util.Date getFrom()
          Get the initial float
 java.util.Date getTo()
          Get the to
 void setFrom(java.util.Date from)
          Set the from
 void setTo(java.util.Date to)
          Set the to
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateBetweenSelection

public DateBetweenSelection()
Constructor


DateBetweenSelection

public DateBetweenSelection(java.util.Date from,
                            java.util.Date to)
Constructor

Parameters:
from - the starting float
to - the end float
Method Detail

getFrom

public java.util.Date getFrom()
Get the initial float

Returns:
the from

setFrom

public void setFrom(java.util.Date from)
Set the from

Parameters:
from - the from to set

getTo

public java.util.Date getTo()
Get the to

Returns:
the to

setTo

public void setTo(java.util.Date to)
Set the to

Parameters:
to - the to to set


Copyright © 2010-2013 CNES. All Rights Reserved.