Class TimeRange
- java.lang.Object
-
- org.n52.series.db.beans.parameter.TimeRange
-
public class TimeRange extends Object
-
-
Method Detail
-
getFrom
public Date getFrom()
-
setFrom
public void setFrom(Date from)
-
isSetFrom
public boolean isSetFrom()
-
getTo
public Date getTo()
-
setTo
public void setTo(Date to)
-
isSetTo
public boolean isSetTo()
-
getInstant
public Date getInstant()
-
isInstant
public boolean isInstant()
-
isPeriod
public boolean isPeriod()
-
-