public void setEndDate(Date endDate) {
   recurrenceEditor.setEndDate(endDate);
   cronEditor.setEndDate(endDate);
 }