|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.properties.model.DateBetweenSelection
public final class DateBetweenSelection
Class for numeric BETWEEN in forms
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 |
---|
public DateBetweenSelection()
public DateBetweenSelection(java.util.Date from, java.util.Date to)
from
- the starting floatto
- the end floatMethod Detail |
---|
public java.util.Date getFrom()
public void setFrom(java.util.Date from)
from
- the from to setpublic java.util.Date getTo()
public void setTo(java.util.Date to)
to
- the to to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |