public class MonthlyCalendarDay extends Object
| Constructor and Description |
|---|
MonthlyCalendarDay(Date date)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDateParameter()
Getter for dateParameter.
|
String |
getMonthDisplay()
Getter for monthDisplay.
|
String |
getName()
Getter for name.
|
boolean |
isCurrentMonth()
Getter for currentMonth.
|
boolean |
isToday()
Getter for today.
|
void |
setCurrentMonth(boolean currentMonth)
Setter for currentMonth.
|
void |
setMonthDisplay(String monthDisplay)
Setter for monthDisplay.
|
void |
setName(String name)
Setter for name.
|
public MonthlyCalendarDay(Date date)
date - datepublic String getName()
public void setName(String name)
name - the name to setpublic String getMonthDisplay()
public void setMonthDisplay(String monthDisplay)
monthDisplay - the monthDisplay to setpublic boolean isCurrentMonth()
public void setCurrentMonth(boolean currentMonth)
currentMonth - the currentMonth to setpublic boolean isToday()
public String getDateParameter()
Copyright © 2015 OSIVIA. All rights reserved.