Package com.adobe.cq.contentinsight
Class TimeframeItem
- java.lang.Object
-
- com.adobe.cq.contentinsight.TimeframeItem
-
public class TimeframeItem extends Object
A utility class representing an item on the timeframe component.
-
-
Constructor Summary
Constructors Constructor Description TimeframeItem(Calendar start, Calendar end, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetEndDate()CalendargetStartDate()StringgetTitle()voidsetEndDate(Calendar end)voidsetStartDate(Calendar start)voidsetTitle(String title)
-