Package com.uc4.api.objects
Class EventCalendarItem
- java.lang.Object
-
- com.uc4.api.objects.EventCalendarItem
-
public class EventCalendarItem extends java.lang.Object
This 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 newEventCalendarItem
using the specfied parameters.protected
EventCalendarItem(org.w3c.dom.Element row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarCondition
getCond()
Time
getFrom()
Time
getTo()
protected void
store(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 newEventCalendarItem
using 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)
-
-