Class AgendaUtils
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.AgendaUtils
Utility class to work with the
BOAgenda.- Since:
- 13.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic DategetEndDate(BOAgenda agenda) Returns the end date of the given agenda.static DategetStartDate(BOAgenda agenda) Returns the start date of the given agenda.
-
Method Details
-
getStartDate
Returns the start date of the given agenda.- Parameters:
agenda- theBOAgendato consider- Returns:
- the agenda's start date, null when it is null or equal to
DateUtils.DATE_MIN
-
getEndDate
Returns the end date of the given agenda.- Parameters:
agenda- theBOAgendato consider- Returns:
- the agenda's end date, null when it is null or equal to
DateUtils.DATE_MIN
-