Class YearMonth
java.lang.Object
com.walkfares.calendar.period.type.YearMonth
public class YearMonth extends Object
-
Field Summary
Fields Modifier and Type Field Description AbsolutePeriodCodeABSOLUTERelativePeriodCodeRELATIVE -
Constructor Summary
Constructors Constructor Description YearMonth(int month) -
Method Summary
Modifier and Type Method Description StringgetAbsoluteCode(int year)StringgetRelativeCode(int period)
-
Field Details
-
Constructor Details
-
YearMonth
public YearMonth(int month)
-
-
Method Details