public class LocalDateForwardUnlessNegativeHandler extends Object implements net.objectlab.kit.datecalc.common.HolidayHandler<LocalDate>
| Constructor and Description | 
|---|
| LocalDateForwardUnlessNegativeHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalDate | adjustDate(LocalDate startDate,
          int increment,
          net.objectlab.kit.datecalc.common.NonWorkingDayChecker<LocalDate> checker) | 
| String | getType()Give the type name for this algorithm. | 
| LocalDate | moveCurrentDate(net.objectlab.kit.datecalc.common.BaseCalculator<LocalDate> calculator)If the current date of the give calculator is a non-working day, it will
 be moved according to the algorithm implemented. | 
public LocalDateForwardUnlessNegativeHandler()
public LocalDate moveCurrentDate(net.objectlab.kit.datecalc.common.BaseCalculator<LocalDate> calculator)
moveCurrentDate in interface net.objectlab.kit.datecalc.common.HolidayHandler<LocalDate>calculator - the calculatorpublic LocalDate adjustDate(LocalDate startDate, int increment, net.objectlab.kit.datecalc.common.NonWorkingDayChecker<LocalDate> checker)
adjustDate in interface net.objectlab.kit.datecalc.common.HolidayHandler<LocalDate>Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.