public class RecurringDate extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BIMONTHLY
Frequency for an audit cycle every 2 months.
|
static int |
BIWEEKLY
Frequency for an audit cycle every 2 weeks.
|
static int |
DAILY
Frequency for daily audit cycle.
|
static int |
MONTHLY
Frequency for monthly audit cycle.
|
static int |
SEMIANNUAL
Frequency for an audit cycle every 3 months.
|
static int |
TRIMONTHLY
Frequency for an audit cycle every 3 months.
|
static int |
WEEKLY
Frequency for weekly audit cycle.
|
static int |
YEARLY
Frequency for yearly audit cycle.
|
| Constructor and Description |
|---|
RecurringDate()
Builds an empty RecurringDate.
|
RecurringDate(int type) |
| Modifier and Type | Method and Description |
|---|---|
Vector<Date> |
computeOccurrencesFromDate(Date originalDate,
Date date) |
int |
getType()
Gets the type.
|
Date |
nextOccurrence(Date original,
Date from) |
Date |
nextOccurrenceFromToday(Date originalDate) |
void |
setType(int t)
Sets the type.
|
public static final int DAILY
public static final int WEEKLY
public static final int BIWEEKLY
public static final int MONTHLY
public static final int BIMONTHLY
public static final int TRIMONTHLY
public static final int SEMIANNUAL
public static final int YEARLY
public RecurringDate()
public RecurringDate(int type)