Package org.javlo.utils
Class SmartTimeRange
- java.lang.Object
-
- org.javlo.utils.TimeRange
-
- org.javlo.utils.SmartTimeRange
-
- All Implemented Interfaces:
Serializable
public class SmartTimeRange extends TimeRange
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmartTimeRange(ContentContext ctx, Date startDate, Date endDate)
SmartTimeRange(ContentContext ctx, TimeRange tr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateBean
getEndDateBean()
DateBean
getStartDateBean()
String
toString()
-
Methods inherited from class org.javlo.utils.TimeRange
getEndDate, getEndLocalDate, getRenderDates, getStartDate, getStartLocalDate, isAfter, isAfter, isAfter, isBefore, isInside, isInside, isNull, main, setEndData, setStartDate
-
-
-
-
Constructor Detail
-
SmartTimeRange
public SmartTimeRange(ContentContext ctx, Date startDate, Date endDate)
-
SmartTimeRange
public SmartTimeRange(ContentContext ctx, TimeRange tr)
-
-
Method Detail
-
getStartDateBean
public DateBean getStartDateBean() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
getEndDateBean
public DateBean getEndDateBean() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
-