to.etc.domui.component.agenda
Class BasicScheduleWorkHour

java.lang.Object
  extended by to.etc.domui.component.agenda.BasicScheduleWorkHour
All Implemented Interfaces:
ScheduleWorkHour

public class BasicScheduleWorkHour
extends java.lang.Object
implements ScheduleWorkHour


Constructor Summary
BasicScheduleWorkHour(java.util.Date start, java.util.Date end)
           
 
Method Summary
 java.util.Date getEnd()
           
 java.util.Date getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScheduleWorkHour

public BasicScheduleWorkHour(java.util.Date start,
                             java.util.Date end)
Method Detail

getEnd

public java.util.Date getEnd()
Specified by:
getEnd in interface ScheduleWorkHour

getStart

public java.util.Date getStart()
Specified by:
getStart in interface ScheduleWorkHour