|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--amber.type.server.SelectedDate
| Field Summary | |
static int |
CurrentMonth
|
protected int |
day
The day of the month selected. |
protected int |
month
The month of the control selected. |
static int |
NextMonth
|
static int |
PriorMonth
Month constant. |
| Constructor Summary | |
SelectedDate()
Default Constructor. |
|
SelectedDate(int day,
int month)
Initialising Constructor. |
|
| Method Summary | |
int |
getDay()
Gets the data in the following variable: The day of the month selected. |
int |
getMonth()
Gets the data in the following variable: The month of the control selected. |
void |
setDay(int data)
Sets the data in the following variable: The day of the month selected. |
void |
setMonth(int data)
Sets the data in the following variable: The month of the control selected. |
java.lang.String |
toString()
This function returns the String form of the data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int PriorMonth
public static final int CurrentMonth
public static final int NextMonth
protected int day
protected int month
| Constructor Detail |
public SelectedDate()
public SelectedDate(int day,
int month)
day - The day of the month selected.month - The month of the control selected. This is one of 0-2 depending on the month: prior, current, next.| Method Detail |
public int getDay()
public int getMonth()
public void setDay(int data)
data - int containing the data to set the variable to.public void setMonth(int data)
data - int containing the data to set the variable to.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||