Class EventCalendarItem

java.lang.Object
com.uc4.api.objects.EventCalendarItem

public class EventCalendarItem extends Object
This class represents a single line in the "Calendar" tab of an Event object.
  • Constructor Details

    • EventCalendarItem

      protected EventCalendarItem(Element row)
    • EventCalendarItem

      public EventCalendarItem(CalendarCondition cond, Time from, Time to)
      Constructs a new EventCalendarItem using the specfied parameters.
      Parameters:
      cond - Calendar condition
      from - From time
      to - To time
  • Method Details

    • 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(Element row)