Class EventCalendarItem


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

      • EventCalendarItem

        protected EventCalendarItem​(org.w3c.dom.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 Detail

      • getFrom

        public Time getFrom()
        Returns:
        Start time
      • getTo

        public Time getTo()
        Returns:
        End time
      • store

        protected void store​(org.w3c.dom.Element row)