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 String
getExtraShortLabel()
int
getHumanPosition()
String
getLargeLabel()
int
getMonthDay()
String
getShortLabel()
String
getSortableDate()
int
getWeekDay()
boolean
isActive()
boolean
isToDay()
static void
main(String[] args)
void
setActive(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)
-
-