public class CalendarData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
day
일
|
private boolean |
isEnable |
private boolean |
isSelected |
private int |
month
달
|
| Constructor and Description |
|---|
CalendarData() |
CalendarData(int month,
int day,
boolean isEnable,
boolean isSelected) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDay() |
int |
getMonth() |
boolean |
isEnable() |
boolean |
isSelected() |
java.lang.String |
toString() |