Class HolidayState
java.lang.Object
com.timeanddate.services.dataTypes.holidays.HolidayState
- Author:
- Cato Auestad <cato@timeanddate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HolidayState
Abbreviation of the state/subdivision.Eventual exception if the holiday does not affect the whole state/subdivision.int
getId()
Unique id of the state/subdivision.getName()
Common name of the state/subdivision.
-
Constructor Details
-
HolidayState
public HolidayState()
-
-
Method Details
-
getId
public int getId()Unique id of the state/subdivision. -
getAbbrevation
Abbreviation of the state/subdivision. -
getName
Common name of the state/subdivision. -
getException
Eventual exception if the holiday does not affect the whole state/subdivision. -
fromNode
-