Package com.uc4.api.objects
Class EventCalendar
java.lang.Object
com.uc4.api.objects.EventCalendar
- All Implemented Interfaces:
Iterable<EventCalendarItem>
This class represents the calendar tab on an Event object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(EventCalendarItem item) Adds theEventCalendarItem
to this object.void
clear()
Removes allEventCalendarItem
from this object.iterator()
int
size()
protected void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
EventCalendar
protected EventCalendar(com.uc4.util.XMLDocument doc)
-
-
Method Details
-
store
-
size
public int size()- Returns:
- Number of calendar conditions
-
iterator
- Specified by:
iterator
in interfaceIterable<EventCalendarItem>
- Returns:
- Iterator over
EventCalendarItem
-
add
Adds theEventCalendarItem
to this object.- Parameters:
item
- EventCalendarItem
-
clear
public void clear()Removes allEventCalendarItem
from this object.
-