Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.data
Class CalendarDayTime

java.lang.Object
  extended bycom.imagine.component.calendar.data.CalendarDayTime

public class CalendarDayTime
extends java.lang.Object

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

CalendarDayTime

public CalendarDayTime()
Default constructor for the CalendarDayTime object.


CalendarDayTime

public CalendarDayTime(int hour,
                       int minute,
                       int second)
Constructor for the CalendarDayTime object.

Parameters:
hour - The hour.
minute - The minute.
second - The second.
Method Detail

getHour

public int getHour()
Get the hour

Returns:
the hour.

setHour

public void setHour(int hour)
Set the hour.

Parameters:
hour - the hour to set.

getMinute

public int getMinute()
Get the minute.

Returns:
the minute.

setMinute

public void setMinute(int minute)
Set the minute.

Parameters:
minute - The minute to set.

getSecond

public int getSecond()
Get the second.

Returns:
the second.

setSecond

public void setSecond(int second)
Set the second.

Parameters:
second - The second to set.

Calendar Component v5.1
www.calendarcomponent.com