Package pro.taskana.common.api
Class CustomHoliday
- java.lang.Object
-
- pro.taskana.common.api.CustomHoliday
-
public final class CustomHoliday extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomHoliday(Integer day, Integer month)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetDay()IntegergetMonth()inthashCode()static CustomHolidayof(Integer day, Integer month)StringtoString()
-
-
-
Method Detail
-
getDay
public Integer getDay()
-
getMonth
public Integer getMonth()
-
of
public static CustomHoliday of(Integer day, Integer month)
-
-