Class AbstractCalendarCommand.CalendarContext
java.lang.Object
org.deltava.commands.AbstractCalendarCommand.CalendarContext
- All Implemented Interfaces:
Comparable<Object>
,CalendarEntry
,TimeSpan
- Enclosing class:
AbstractCalendarCommand
-
Constructor Details
-
CalendarContext
-
-
Method Details
-
getStartTime
Description copied from interface:TimeSpan
The start date/time of this span.- Specified by:
getStartTime
in interfaceTimeSpan
- Returns:
- the start date/time
-
getEndTime
Description copied from interface:TimeSpan
The end date/time of this span.- Specified by:
getEndTime
in interfaceTimeSpan
- Returns:
- the end date/time
-
getDate
Description copied from interface:CalendarEntry
Returns this entry's date for ordering in the Calendar.- Specified by:
getDate
in interfaceCalendarEntry
- Returns:
- the date/time
-
getRange
-
getDays
public int getDays() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Object>
-