package caltool.model.schedule; /**** * * Class RecurringInfo has components to specify the nature of a recurring * item. IsRecurring is an on/off flag that indicates whether an item recurs. * Interval is one of Weekly, Biweekly, Monthly, or Yearly. The * IntervalDetails component defines the precise means to define recurrence for * the different interval levels. * * @author Gene Fisher (gfisher@calpoly.edu) * @version 13apr15 * */ public class RecurringInfo { /* ... */ }