Class RecurringDateModel

java.lang.Object
com.highdeal.pnr.hci.RecurringDateModel

public class RecurringDateModel extends Object
This class implements recurring rate. A recurring Date contains the following information:
  • the type of the recurring event
  • The day of the week of the recurring event
  • The position in the period of the recurring event
  • The month of the recurring event
  • The hour of the recurring event
  • The minute of the recurring event
  • The number of period of the recurring event
An example of a recurring date is: 2/-5/12/-5/10/5/3 with
  • 2 is for the period month
  • -5 is for no day of the week is defined
  • 12 is for the position in the period (the 12 of the month)
  • -5 is for no specific month is defined
  • 10 is for the hour of the event -> 10h05
  • 5 is for the minute of the recurring event -> 10h05
  • 3 is for each 3 months