MilestoneAlert¶
-
public final class
MilestoneAlertimplements Serializable¶ Represents the milestone data used to create events.
Constructors¶
MilestoneAlert¶
-
public
MilestoneAlert(String milestoneName, DateTime earliestDateTime, DateTime dueDateTime, DateTime lateDateTime, DateTime defaultmentDateTime)¶ Creates a MilestoneAlert from with the milestoneName attribute set to
milestoneName, the earliestDateTime attribute set toearliestDateTime, the dueDateTime attribute set todueDateTime, the lateDateTime attribute set tolateDateTimeand the defaultmentDateTime attribute set todefaultmentDateTime.Parameters: - milestoneName – the name of the milestone
- earliestDateTime – the start date and time of the earliest window
- dueDateTime – the start date and time of the due window
- lateDateTime – the start date and time of the late window
- defaultmentDateTime – the defaultment date and time of the milestone