Package org.javlo.service.calendar
Class Day
- java.lang.Object
-
- org.javlo.service.calendar.Day
-
public class Day extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExtraShortLabel()intgetHumanPosition()StringgetLargeLabel()intgetMonthDay()StringgetShortLabel()StringgetSortableDate()intgetWeekDay()booleanisActive()booleanisToDay()static voidmain(String[] args)voidsetActive(boolean active)
-
-
-
Method Detail
-
getHumanPosition
public int getHumanPosition()
-
getMonthDay
public int getMonthDay()
-
getWeekDay
public int getWeekDay()
-
getExtraShortLabel
public String getExtraShortLabel()
-
getShortLabel
public String getShortLabel()
-
getLargeLabel
public String getLargeLabel()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
getSortableDate
public String getSortableDate()
-
isToDay
public boolean isToDay()
-
main
public static void main(String[] args)
-
-