Package com.uc4.api.objects
Class EventCalendarItem
- java.lang.Object
 - 
- com.uc4.api.objects.EventCalendarItem
 
 
- 
public class EventCalendarItem extends java.lang.ObjectThis class represents a single line in the "Calendar" tab of an Event object. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description EventCalendarItem(CalendarCondition cond, Time from, Time to)Constructs a newEventCalendarItemusing the specfied parameters.protectedEventCalendarItem(org.w3c.dom.Element row) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarConditiongetCond()TimegetFrom()TimegetTo()protected voidstore(org.w3c.dom.Element row) 
 - 
 
- 
- 
Constructor Detail
- 
EventCalendarItem
protected EventCalendarItem(org.w3c.dom.Element row)
 
- 
EventCalendarItem
public EventCalendarItem(CalendarCondition cond, Time from, Time to)
Constructs a newEventCalendarItemusing the specfied parameters.- Parameters:
 cond- Calendar conditionfrom- From timeto- To time
 
 - 
 
- 
Method Detail
- 
getCond
public CalendarCondition getCond()
- Returns:
 - Calendar condition
 
 
- 
getFrom
public Time getFrom()
- Returns:
 - Start time
 
 
- 
getTo
public Time getTo()
- Returns:
 - End time
 
 
- 
store
protected void store(org.w3c.dom.Element row)
 
 - 
 
 -