Package com.uc4.api.objects
Class EventCalendarItem
java.lang.Object
com.uc4.api.objects.EventCalendarItem
This class represents a single line in the "Calendar" tab of an Event object.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionEventCalendarItem(CalendarCondition cond, Time from, Time to) Constructs a newEventCalendarItemusing the specfied parameters.protectedEventCalendarItem(Element row) 
- 
Method Summary
- 
Constructor Details- 
EventCalendarItem
- 
EventCalendarItemConstructs a newEventCalendarItemusing the specfied parameters.- Parameters:
- cond- Calendar condition
- from- From time
- to- To time
 
 
- 
- 
Method Details- 
getCond- Returns:
- Calendar condition
 
- 
getFrom- Returns:
- Start time
 
- 
getTo- Returns:
- End time
 
- 
store
 
-