|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.imagine.component.calendar.data.CalendarDayTime
Stores the (hour, minute, second) information.
| Constructor Summary | |
CalendarDayTime()
Default constructor for the CalendarDayTime object. |
|
CalendarDayTime(int hour,
int minute,
int second)
Constructor for the CalendarDayTime object. |
|
| Method Summary | |
int |
getHour()
Get the hour |
int |
getMinute()
Get the minute. |
int |
getSecond()
Get the second. |
void |
setHour(int hour)
Set the hour. |
void |
setMinute(int minute)
Set the minute. |
void |
setSecond(int second)
Set the second. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CalendarDayTime()
public CalendarDayTime(int hour,
int minute,
int second)
hour - The hour.minute - The minute.second - The second.| Method Detail |
public int getHour()
public void setHour(int hour)
hour - the hour to set.public int getMinute()
public void setMinute(int minute)
minute - The minute to set.public int getSecond()
public void setSecond(int second)
second - The second to set.
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||