public class YearMonthDayForwardHandler extends Object implements HolidayHandler<org.joda.time.YearMonthDay>
| Constructor and Description |
|---|
YearMonthDayForwardHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Give the type name for this algorithm.
|
protected org.joda.time.YearMonthDay |
move(DateCalculator<org.joda.time.YearMonthDay> calculator,
int step) |
org.joda.time.YearMonthDay |
moveCurrentDate(DateCalculator<org.joda.time.YearMonthDay> calculator)
If the current date of the give calculator is a non-working day, it will
be moved according to the algorithm implemented.
|
public org.joda.time.YearMonthDay moveCurrentDate(DateCalculator<org.joda.time.YearMonthDay> calculator)
moveCurrentDate in interface HolidayHandler<org.joda.time.YearMonthDay>calculator - the calculatorprotected org.joda.time.YearMonthDay move(DateCalculator<org.joda.time.YearMonthDay> calculator, int step)
public String getType()
getType in interface HolidayHandler<org.joda.time.YearMonthDay>Copyright © 2006–2014 Appendium - Portfolio Financing Platform. All rights reserved.