Class Day.ABSOLUTE
java.lang.Object
com.walkfares.calendar.period.type.Day.ABSOLUTE
- All Implemented Interfaces:
AbsolutePeriodCode,FixedPeriodCode,PeriodCode,Comparable<PeriodCode>
- Enclosing class:
- Day
public static class Day.ABSOLUTE extends Object implements AbsolutePeriodCode, FixedPeriodCode
-
Constructor Summary
Constructors Constructor Description ABSOLUTE() -
Method Summary
Modifier and Type Method Description StringgetCode()UTCDategetEnd()UTCDategetEnd(CurveDate curveDate)UTCDategetExpiry(CurveDate curveDate)RelativePeriodCodegetRelativePeriodCode(int period)UTCDategetStart()UTCDategetStart(CurveDate curveDate)PeriodCodeTypegetType()AbsolutePeriodCodenext()AbsolutePeriodCodeprevious()AbsolutePeriodCodesetPeriod(int year, int month, int... periods)StringtoString()AbsolutePeriodCodewithDate(UTCDate date)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.walkfares.calendar.period.AbsolutePeriodCode
getPeriodCode, getRelativePeriodCode, isRelative, next, previous, setPeriod, toMonthsMethods inherited from interface com.walkfares.calendar.period.PeriodCode
compareTo, getHashCode, getType, isFinancial, isFixed, isHybrid, isRelativeOnly, isValid
-
Constructor Details
-
ABSOLUTE
public ABSOLUTE()
-
-
Method Details
-
setPeriod
- Specified by:
setPeriodin interfaceAbsolutePeriodCode
-
getRelativePeriodCode
- Specified by:
getRelativePeriodCodein interfaceAbsolutePeriodCode
-
getCode
- Specified by:
getCodein interfacePeriodCode
-
toString
-
getType
- Specified by:
getTypein interfacePeriodCode
-
getStart
- Specified by:
getStartin interfaceAbsolutePeriodCode
-
getEnd
- Specified by:
getEndin interfaceAbsolutePeriodCode
-
next
- Specified by:
nextin interfaceAbsolutePeriodCode
-
previous
- Specified by:
previousin interfaceAbsolutePeriodCode
-
withDate
- Specified by:
withDatein interfaceAbsolutePeriodCode
-
getStart
- Specified by:
getStartin interfaceFixedPeriodCode
-
getEnd
- Specified by:
getEndin interfaceFixedPeriodCode
-
getExpiry
- Specified by:
getExpiryin interfaceFixedPeriodCode
-